You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/04/25 09:49:54 UTC

[echarts-doc] branch fix-graph created (now 5ba16f9)

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch fix-graph
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git.


      at 5ba16f9  fix(graph): fix graph label formatter apache/echarts#14780

This branch includes the following new commits:

     new 5ba16f9  fix(graph): fix graph label formatter apache/echarts#14780

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[echarts-doc] 01/01: fix(graph): fix graph label formatter apache/echarts#14780

Posted by ov...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-graph
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 5ba16f9610a83a70b0cbfc91a7ff8ab7a302b16e
Author: Ovilia <zw...@gmail.com>
AuthorDate: Sun Apr 25 17:49:32 2021 +0800

    fix(graph): fix graph label formatter apache/echarts#14780
---
 zh/option/series/graph.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/zh/option/series/graph.md b/zh/option/series/graph.md
index 99d24b0..c3c50d1 100644
--- a/zh/option/series/graph.md
+++ b/zh/option/series/graph.md
@@ -200,7 +200,7 @@ edgeSymbol: ['circle', 'arrow']
 {{ use: partial-label(
     prefix = "##",
     defaultPosition = "'inside'",
-    formatter2d = true
+    formatter = true
 ) }}
 
 ## edgeLabel(Object)
@@ -286,7 +286,7 @@ edgeSymbol: ['circle', 'arrow']
 {{ use: partial-label(
     prefix = "###",
     defaultPosition = "inside",
-    formatter2d = true
+    formatter = true
 ) }}
 
 ### emphasis(Object)
@@ -589,7 +589,7 @@ links: [{
 {{ use: partial-label(
     prefix = "###",
     defaultShow = true,
-    formatter2d = true
+    formatter = true
 ) }}
 
 ### edgeLabel(Object)

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