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

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

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