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 2020/07/02 08:17:59 UTC

[incubator-echarts-doc] 04/04: fix(tree): fixed the issue reported in apache/incubator-echarts#12896.

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/incubator-echarts-doc.git

commit d5df68e5f674a6b1f5b63bcf2d801431a1502159
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu Jul 2 16:17:15 2020 +0800

    fix(tree): fixed the issue reported in apache/incubator-echarts#12896.
---
 en/option/series/tree.md | 2 +-
 zh/option/series/tree.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/series/tree.md b/en/option/series/tree.md
index 5afb15f..466faa7 100644
--- a/en/option/series/tree.md
+++ b/en/option/series/tree.md
@@ -74,7 +74,7 @@ The shape of the edge which is under the tree `orthogonal layout`. There are two
 
 This is the position where the polyline branches in the subtree when the shape of the edge is a polyline in the `orthogonal layout`. The position here refers to the percentage of the distance between the bifurcation point and the parent node of the subtree to the height of the entire subtree. The default value is `'50%'`, which can be between ['0', '100%'].
 
-** Note: This configuration item is only valid when `edgeShape = 'curve'`. **
+** Note: This configuration item is only valid when `edgeShape = 'polyline'`. **
 
 
 ## roam(boolean|string) = false
diff --git a/zh/option/series/tree.md b/zh/option/series/tree.md
index 6efa25f..281e5be 100644
--- a/zh/option/series/tree.md
+++ b/zh/option/series/tree.md
@@ -126,7 +126,7 @@ const option = {
 
 正交布局下当边的形状是折线时,子树中折线段分叉的位置。这里的位置指的是分叉点与子树父节点的距离占整个子树高度的百分比。默认取值是 `'50%'`,可以是 ['0', '100%'] 之间。
 
-**注意:该配置项只有在 `edgeShape = 'curve'` 时才有效。**
+**注意:该配置项只有在 `edgeShape = 'polyline'` 时才有效。**
 
 
 ## roam(boolean|string) = false


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