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/14 10:11:10 UTC

[incubator-echarts-doc] 01/01: 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 roundCap
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit ada707c875b99c00fa3c31338265429e43665e9b
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 68bfa1f..a652509 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 fabf1e2..2494331 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