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 2022/06/14 01:29:17 UTC

[echarts-doc] 02/02: fix(tree): fix syntax errors in `tree` series option.

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

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

commit 12aabb098bc942e3c56aaf5f33aedaf1a9fd6495
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Jun 14 09:25:13 2022 +0800

    fix(tree): fix syntax errors in `tree` series option.
---
 en/option/series/tree.md             | 4 ++--
 zh/option/partial/emphasis-common.md | 2 +-
 zh/option/series/tree.md             | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/en/option/series/tree.md b/en/option/series/tree.md
index 5fe654d8..8d9ce537 100644
--- a/en/option/series/tree.md
+++ b/en/option/series/tree.md
@@ -160,8 +160,8 @@ Configurations of emphasis state.
 ) }}
 
 {{ use: partial-focus-blur-scope(
-    isTree = true
-    hasRelative = true
+    isTree = true,
+    hasRelative = true,
     version = "5.3.3"
 ) }}
 
diff --git a/zh/option/partial/emphasis-common.md b/zh/option/partial/emphasis-common.md
index 4a4e8069..ba6fe5b1 100644
--- a/zh/option/partial/emphasis-common.md
+++ b/zh/option/partial/emphasis-common.md
@@ -46,7 +46,7 @@
 + `'descendant'` 聚焦所有子孙节点
 {{ /if }}
 {{ if: ${hasRelative} }}
-+ `'relative'` 聚焦所有子孙和祖先节点(从 `v${version}`开始支持)
++ `'relative'` 聚焦所有子孙和祖先节点(从 `v${version}`开始支持)
 {{ /if }}
 
 **示例:**
diff --git a/zh/option/series/tree.md b/zh/option/series/tree.md
index e32129e3..0df66806 100644
--- a/zh/option/series/tree.md
+++ b/zh/option/series/tree.md
@@ -203,8 +203,8 @@ center: [115.97, '30%']
 ) }}
 
 {{ use: partial-focus-blur-scope(
-    isTree = true
-    hasRelative = true
+    isTree = true,
+    hasRelative = true,
     version = "5.3.3"
 ) }}
 


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