You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/20 10:48:41 UTC

[echarts-doc] branch master updated: fix syntax error

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

shenyi 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 5944e7c  fix syntax error
5944e7c is described below

commit 5944e7cc61e26ec21f9bfe3a9be5f96f5dd57d76
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Apr 20 18:48:28 2021 +0800

    fix syntax error
---
 en/option/series/effectScatter.md | 2 +-
 zh/option/series/effectScatter.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/series/effectScatter.md b/en/option/series/effectScatter.md
index 4446a04..2dacb1d 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -253,7 +253,7 @@ Select state of the specified single data.
 ) }}
 
 {{ use: partial-clip(
-    prefix = "#"
+    prefix = "#",
     version = "5.1.0"
 ) }}
 
diff --git a/zh/option/series/effectScatter.md b/zh/option/series/effectScatter.md
index 8cfb3de..e225992 100644
--- a/zh/option/series/effectScatter.md
+++ b/zh/option/series/effectScatter.md
@@ -270,7 +270,7 @@ const option = {
 ) }}
 
 {{ use: partial-clip(
-    prefix = "#"
+    prefix = "#",
     version = "5.1.0"
 ) }}
 

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