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:59:09 UTC

[echarts-doc] branch master updated: fix(graph): fix graph label formatter apache/echarts#14780 (#184)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1fb6bfb  fix(graph): fix graph label formatter apache/echarts#14780 (#184)
1fb6bfb is described below

commit 1fb6bfb4781139676460e111d4d8442dc0bef91c
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Sun Apr 25 17:59:02 2021 +0800

    fix(graph): fix graph label formatter apache/echarts#14780 (#184)
---
 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