You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/10/18 08:16:57 UTC

[incubator-echarts-doc] 02/02: feat: support polar radius array apache/incubator-echarts@b5e6ba7

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit c1089b131dacb4ece75324f5115c61f19e3aa75a
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Oct 15 16:40:45 2019 +0800

    feat: support polar radius array apache/incubator-echarts@b5e6ba7
---
 en/option/component/polar.md | 2 +-
 zh/option/component/polar.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/component/polar.md b/en/option/component/polar.md
index 7fab1c8..2377326 100644
--- a/en/option/component/polar.md
+++ b/en/option/component/polar.md
@@ -13,7 +13,7 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h
 
 {{use: component-circular-layout(
     componentName="Polar coordinate",
-    disableArray=true
+    disableArray=false
 )}}
 
 
diff --git a/zh/option/component/polar.md b/zh/option/component/polar.md
index 407453d..86f6e1d 100644
--- a/zh/option/component/polar.md
+++ b/zh/option/component/polar.md
@@ -13,7 +13,7 @@
 
 {{use: component-circular-layout(
     componentName="极坐标系",
-    disableArray=true
+    disableArray=false
 )}}
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org