This is an automated email from the ASF dual-hosted git repository. deqingli pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git
The following commit(s) were added to refs/heads/release by this push: new dc3f27c update sankey series doc dc3f27c is described below commit dc3f27cb2f44d2220b37ae7c59a05cc0728bac24 Author: deqingli <annong...@gmail.com> AuthorDate: Fri Aug 16 18:52:32 2019 +0800 update sankey series doc --- cn/option/series/sankey.md | 2 +- en/option/series/sankey.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cn/option/series/sankey.md b/cn/option/series/sankey.md index f9f102a..f9c26d7 100644 --- a/cn/option/series/sankey.md +++ b/cn/option/series/sankey.md @@ -210,7 +210,7 @@ data: [{ ### depth(number) -节点所在的层。 +节点所在的层,取值从 0 开始。 ### itemStyle(Object) diff --git a/en/option/series/sankey.md b/en/option/series/sankey.md index 73456cc..ea42305 100644 --- a/en/option/series/sankey.md +++ b/en/option/series/sankey.md @@ -200,7 +200,7 @@ The name of the node. ### depth(number) -The layer of the node. +The layer of the node, value starts from 0. ### itemStyle(Object) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org