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:56 UTC

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

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 19e5702fb437d002e55a55dd3e766be5e2942842
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Jun 30 09:35:15 2020 +0800

    fix(tree): fixed the issue reported in apache/incubator-echarts#12865.
---
 en/option/series/tree.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/option/series/tree.md b/en/option/series/tree.md
index 5e81f6a..5afb15f 100644
--- a/en/option/series/tree.md
+++ b/en/option/series/tree.md
@@ -62,7 +62,7 @@ The direction of the `orthogonal` layout in the tree diagram. That means this co
 ) }}
 
 
-# edgeShape(string) = 'curve'
+## edgeShape(string) = 'curve'
 {{ use: partial-version(version = "4.7.0") }}
 
 The shape of the edge which is under the tree `orthogonal layout`. There are two types of shape, curve and polyline, the corresponding values are `'curve'` and `'polyline'`.


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