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/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 84a1e18  fix(polar): add missing bar.polarIndex
84a1e18 is described below

commit 84a1e18c6f1f079e0030ed836022338e926fe17e
Author: Ovilia <[email protected]>
AuthorDate: Tue Jun 15 14:37:15 2021 +0800

    fix(polar): add missing bar.polarIndex
---
 en/option/series/bar.md | 2 +-
 zh/option/series/bar.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/series/bar.md b/en/option/series/bar.md
index 8693d68..daade69 100644
--- a/en/option/series/bar.md
+++ b/en/option/series/bar.md
@@ -21,7 +21,7 @@ Bar chart shows different data through the height of a bar, 
which is used in [re
     seriesType = "bar",
     coordSysDefault = "'cartesian2d'",
     cartesian2d = true,
-    polar = false,
+    polar = true,
     geo = false
 ) }}
 
diff --git a/zh/option/series/bar.md b/zh/option/series/bar.md
index 20fb04f..ff4270a 100644
--- a/zh/option/series/bar.md
+++ b/zh/option/series/bar.md
@@ -97,7 +97,7 @@ option = {
     seriesType = "bar",
     coordSysDefault = "'cartesian2d'",
     cartesian2d = true,
-    polar = false,
+    polar = true,
     geo = false
 ) }}
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to