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 2020/06/30 02:36:23 UTC

[incubator-echarts-doc] branch live-example updated: doc: change barBorderXXX to borderXXX in en doc

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

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


The following commit(s) were added to refs/heads/live-example by this push:
     new 067a093  doc: change barBorderXXX to borderXXX in en doc
067a093 is described below

commit 067a093e11d91566133274a17aa61c1994b87950
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 10:36:09 2020 +0800

    doc: change barBorderXXX to borderXXX in en doc
---
 en/option/series/bar.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/series/bar.md b/en/option/series/bar.md
index f756b3b..1aa31ae 100644
--- a/en/option/series/bar.md
+++ b/en/option/series/bar.md
@@ -183,11 +183,11 @@ The style setting of the text label in a single bar.
 
 Bar color. {{ if: ${useColorPalatte} }} By default, colors from global palette [option.color](~color) is used. {{/if}}
 
-#${prefix} barBorderColor(Color) = '#000'
+#${prefix} borderColor(Color) = '#000'
 
 The border color of bar.
 
-#${prefix} barBorderWidth(number) = 0
+#${prefix} borderWidth(number) = 0
 
 The border width of bar. defaults to have no border.
 


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