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/06/30 01:35:40 UTC

[incubator-echarts-doc] branch master updated: fix(tree): fixed the issue reported in 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


The following commit(s) were added to refs/heads/master by this push:
     new e387a74  fix(tree): fixed the issue reported in incubator-echarts#12865.
e387a74 is described below

commit e387a7404ebc6f83a6f09e9e0ed5d73c5849aa9e
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Jun 30 09:35:15 2020 +0800

    fix(tree): fixed the issue reported in 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