You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2019/10/29 02:38:37 UTC

[incubator-echarts-doc] branch master updated: Fix description for barMaxWidth and barMinWidth

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f989354  Fix description for barMaxWidth and barMinWidth
     new a1f8b08  Merge pull request #71 from ChrisShen93/patch-1
f989354 is described below

commit f989354f87213c6ed88c789e8f7c84073edd3935
Author: ChrisShen93 <ch...@gmail.com>
AuthorDate: Tue Oct 29 10:33:26 2019 +0800

    Fix description for barMaxWidth and barMinWidth
    
    Fix description for barMaxWidth and barMinWidth in Chinese doc.
---
 zh/option/series/candlestick.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/zh/option/series/candlestick.md b/zh/option/series/candlestick.md
index f4075d6..e79ccae 100644
--- a/zh/option/series/candlestick.md
+++ b/zh/option/series/candlestick.md
@@ -65,11 +65,11 @@
 
 ## barMinWidth(number)
 
-指定柱最大宽度。可以使用绝对数值(如 `10`)或百分比(如 `'20%'`,表示 band width 的百分之多少)。默认自适应。
+指定柱最小宽度。可以使用绝对数值(如 `10`)或百分比(如 `'20%'`,表示 band width 的百分之多少)。默认自适应。
 
 ## barMaxWidth(number)
 
-指定柱最小宽度。可以使用绝对数值(如 `10`)或百分比(如 `'20%'`,表示 band width 的百分之多少)。默认自适应。
+指定柱最大宽度。可以使用绝对数值(如 `10`)或百分比(如 `'20%'`,表示 band width 的百分之多少)。默认自适应。
 
 ## itemStyle(Object)
 
@@ -263,4 +263,4 @@ candlestick 描边线宽。为 0 时无描边。
     defaultShadowColor=${defaultShadowColor},
     defaultShadowOffsetX=${defaultShadowOffsetX},
     defaultShadowOffsetY=${defaultShadowOffsetY}
-) }}
\ No newline at end of file
+) }}


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