fix(graph): fix graph label formatter apache/echarts#14780 (#184)

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 @@
 {{ use: partial-label(
     prefix = "##",
     defaultPosition = "'inside'",
-    formatter2d = true
+    formatter = true
 ) }}
 
 ## edgeLabel(Object)
@@ -286,7 +286,7 @@
 {{ use: partial-label(
     prefix = "###",
     defaultPosition = "inside",
-    formatter2d = true
+    formatter = true
 ) }}
 
 ### emphasis(Object)
@@ -589,7 +589,7 @@
 {{ use: partial-label(
     prefix = "###",
     defaultShow = true,
-    formatter2d = true
+    formatter = true
 ) }}
 
 ### edgeLabel(Object)