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 <zwl.s...@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-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to