This is an automated email from the ASF dual-hosted git repository.
deqingli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 7aba49d add value des of the node in sankey
7aba49d is described below
commit 7aba49daa2a486e2370bc4a0a73915db5e9c054a
Author: deqingli <[email protected]>
AuthorDate: Fri Jan 17 17:17:02 2020 +0800
add value des of the node in sankey
---
en/option/series/sankey.md | 4 ++++
zh/option/series/sankey.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/en/option/series/sankey.md b/en/option/series/sankey.md
index ea42305..a04bf1a 100644
--- a/en/option/series/sankey.md
+++ b/en/option/series/sankey.md
@@ -198,6 +198,10 @@ data: [{
The name of the node.
+### value(number)
+
+The value of the node, which can used to determine the height of the node in
horizontal orient or width in the vertical orient.
+
### depth(number)
The layer of the node, value starts from 0.
diff --git a/zh/option/series/sankey.md b/zh/option/series/sankey.md
index f9c26d7..451791c 100644
--- a/zh/option/series/sankey.md
+++ b/zh/option/series/sankey.md
@@ -208,6 +208,10 @@ data: [{
节点的名称。
+### value(number)
+
+节点的值,可用来指定节点的纵向高度或横向的宽度。
+
### depth(number)
节点所在的层,取值从 0 开始。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]