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:18:43 UTC

[echarts-handbook] branch master updated: fix typo in waterfall.md (en)

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 9760d52  fix typo in waterfall.md (en)
9760d52 is described below

commit 9760d5238f008018b6268735b147a9e174c1b4f7
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Fri Nov 26 12:18:39 2021 +0800

    fix typo in waterfall.md (en)
---
 contents/en/how-to/chart-types/bar/waterfall.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/how-to/chart-types/bar/waterfall.md b/contents/en/how-to/chart-types/bar/waterfall.md
index fef9236..3507fd5 100755
--- a/contents/en/how-to/chart-types/bar/waterfall.md
+++ b/contents/en/how-to/chart-types/bar/waterfall.md
@@ -8,7 +8,7 @@ Assuming that the values in the data array represent an increase or decrease fro
 var data = [900, 345, 393, -108, -154, 135, 178, 286, -119, -361, -203];
 ```
 
-That is, the first data is `900` and the second data `345` represents the addition of `345` to `900`, etc. When presenting this data as a stepped waterfall chart, we can use three series: the first is a non-interactive transparent series to implement the suspension bar effect; the second series is used to represent positive numbers; and the second series is used to represent negative numbers.
+That is, the first data is `900` and the second data `345` represents the addition of `345` to `900`, etc. When presenting this data as a stepped waterfall chart, we can use three series: the first is a non-interactive transparent series to implement the suspension bar effect, the second series is used to represent positive numbers, and the third series is used to represent negative numbers.
 
 ```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