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 2020/07/16 09:50:16 UTC

[incubator-echarts-doc] 01/03: feat: update bar description

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 0f9387155cb85d1c0b87eb2c331975af0e9c6724
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jul 16 16:00:54 2020 +0800

    feat: update bar description
---
 zh/option/series/bar.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zh/option/series/bar.md b/zh/option/series/bar.md
index c9c1b47..1644c1f 100644
--- a/zh/option/series/bar.md
+++ b/zh/option/series/bar.md
@@ -2,9 +2,9 @@
 
 # series.bar(Object)
 
-**柱状/条形图**
+**柱状图**
 
-柱状/条形图 通过 柱形的高度/条形的宽度 来表现数据的大小,用于有至少一个类目轴或时间轴的[直角坐标系](~grid)上。
+柱状图(或称条形图)是一种通过柱形的高度(横向的情况下则是宽度)来表现数据大小的一种常用图表类型。
 
 ## type(string) = 'bar'
 


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