You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/11/26 04:16:27 UTC

[echarts-handbook] branch master updated: Update waterfall.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c29a289  Update waterfall.md
     new e8d8fec  Merge pull request #25 from robyle/patch-1
c29a289 is described below

commit c29a289932be80fdab15a41025aa3477710d7582
Author: Roby <ro...@163.com>
AuthorDate: Thu Nov 25 19:13:30 2021 +0800

    Update waterfall.md
    
    应该是”第三个系列用来表示负数“
---
 contents/zh/how-to/chart-types/bar/waterfall.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/zh/how-to/chart-types/bar/waterfall.md b/contents/zh/how-to/chart-types/bar/waterfall.md
index 2abd7a1..bbc8623 100644
--- a/contents/zh/how-to/chart-types/bar/waterfall.md
+++ b/contents/zh/how-to/chart-types/bar/waterfall.md
@@ -8,7 +8,7 @@ Apache ECharts 中并没有单独的瀑布图类型,但是我们可以使用
 var data = [900, 345, 393, -108, -154, 135, 178, 286, -119, -361, -203];
 ```
 
-也就是第一个数据是 `900`,第二个数据 `345` 表示的是在 `900` 的基础上增加了 `345`……将这个数据展示为阶梯瀑布图时,我们可以使用三个系列:第一个是不可交互的透明系列,用来实现“悬空”的柱状图效果;第二个系列用来表示正数;第二个系列用来表示负数。
+也就是第一个数据是 `900`,第二个数据 `345` 表示的是在 `900` 的基础上增加了 `345`……将这个数据展示为阶梯瀑布图时,我们可以使用三个系列:第一个是不可交互的透明系列,用来实现“悬空”的柱状图效果;第二个系列用来表示正数;第三个系列用来表示负数。
 
 ```js live
 var data = [900, 345, 393, -108, -154, 135, 178, 286, -119, -361, -203];

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