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 2021/07/15 00:45:48 UTC

[echarts-doc] branch feat-effectScatter-ripple-number created (now 6c83073)

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

wangzx pushed a change to branch feat-effectScatter-ripple-number
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git.


      at 6c83073  feat(effectScatter): add a new option `rippleEffect.number` introduced by apache/echarts#15335.

This branch includes the following new commits:

     new 6c83073  feat(effectScatter): add a new option `rippleEffect.number` introduced by apache/echarts#15335.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[echarts-doc] 01/01: feat(effectScatter): add a new option `rippleEffect.number` introduced by apache/echarts#15335.

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c830734b9df207b2de769fee13d01ec5adf0388
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu Jul 15 08:42:51 2021 +0800

    feat(effectScatter): add a new option `rippleEffect.number` introduced by apache/echarts#15335.
---
 en/option/series/effectScatter.md | 10 ++++++++++
 zh/option/series/effectScatter.md | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/en/option/series/effectScatter.md b/en/option/series/effectScatter.md
index 2dacb1d..e76a945 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -47,6 +47,16 @@ Related configurations about ripple effect.
 
 Color of the ripple rings. The default value is the color of scatter.
 
+### number(number) = 3
+
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
+<ExampleUIControlNumber min="0" default="3" step="1" />
+
+The number of ripples.
+
 ### period(number) = 4
 
 <ExampleUIControlNumber min="0" default="4" step="0.1" />
diff --git a/zh/option/series/effectScatter.md b/zh/option/series/effectScatter.md
index e225992..0a26809 100644
--- a/zh/option/series/effectScatter.md
+++ b/zh/option/series/effectScatter.md
@@ -64,6 +64,16 @@ const option = {
 
 涟漪的颜色,默认为散点的颜色。
 
+### number(number) = 3
+
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
+<ExampleUIControlNumber min="0" default="3" step="1" />
+
+波纹的数量。
+
 ### period(number) = 4
 
 <ExampleUIControlNumber min="0" default="4" step="0.1" />

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