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:55 UTC

[incubator-echarts-doc] branch master updated (28dbac8 -> c1089b1)

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

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


    from 28dbac8  fix links in custom build tutorial.
     new e26c808  add doc for polar roundCap apache/incubator-echarts#11393
     new c1089b1  feat: support polar radius array apache/incubator-echarts@b5e6ba7

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 en/option/component/polar.md | 2 +-
 en/option/series/bar.md      | 6 ++++++
 zh/option/component/polar.md | 2 +-
 zh/option/series/bar.md      | 8 ++++++++
 4 files changed, 16 insertions(+), 2 deletions(-)


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


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

Posted by ov...@apache.org.
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


[incubator-echarts-doc] 01/02: add doc for polar roundCap apache/incubator-echarts#11393

Posted by ov...@apache.org.
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 e26c808eccebf4d8d3ec497292cddbb35686bc83
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Oct 14 18:09:47 2019 +0800

    add doc for polar roundCap apache/incubator-echarts#11393
---
 en/option/series/bar.md | 6 ++++++
 zh/option/series/bar.md | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/en/option/series/bar.md b/en/option/series/bar.md
index 4cc8793..27c26a4 100644
--- a/en/option/series/bar.md
+++ b/en/option/series/bar.md
@@ -22,6 +22,12 @@ Bar chart shows different data through the height of a bar, which is used in [re
     geo=false
 ) }}
 
+## roundCap(boolean) = false
+
+If to add round caps at the end of the bar sectors. Valid only for bar series on polar coordinates.
+
+~[800x500](${galleryViewPath}polar-roundCap&reset=1&edit=1)
+
 ## label(Object)
 {{use:partial-label-desc}}
 {{use:partial-label(
diff --git a/zh/option/series/bar.md b/zh/option/series/bar.md
index c921456..748989d 100644
--- a/zh/option/series/bar.md
+++ b/zh/option/series/bar.md
@@ -22,6 +22,14 @@
     geo=false
 ) }}
 
+## roundCap(boolean) = false
+
+是否在环形柱条两侧使用圆弧效果。
+
+仅对极坐标系柱状图有效。
+
+~[800x500](${galleryViewPath}polar-roundCap&reset=1&edit=1)
+
 ## label(Object)
 {{use:partial-label-desc}}
 {{use:partial-label(


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