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/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 773ea5d  add rippleEffect.color apache/incubator-echarts#9931
773ea5d is described below

commit 773ea5d7770ba3143a685df309b88322a4d9f492
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Wed Jul 31 15:18:57 2019 +0800

    add rippleEffect.color apache/incubator-echarts#9931
---
 cn/option/series/effectScatter.md | 2 ++
 en/option/series/effectScatter.md | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/cn/option/series/effectScatter.md 
b/cn/option/series/effectScatter.md
index 98b3c9d..8181631 100644
--- a/cn/option/series/effectScatter.md
+++ b/cn/option/series/effectScatter.md
@@ -30,6 +30,8 @@
 
 ## rippleEffect(Object)
 涟漪特效相关配置。
+### color(string)
+涟漪的颜色,默认为散点的颜色。
 ### period(number) = 4
 动画的周期,秒数。
 ### scale(number) = 2.5
diff --git a/en/option/series/effectScatter.md 
b/en/option/series/effectScatter.md
index 11dec37..9d58198 100644
--- a/en/option/series/effectScatter.md
+++ b/en/option/series/effectScatter.md
@@ -31,6 +31,9 @@ When to show the effect.
 ## rippleEffect(Object)
 Related configurations about ripple effect.
 
+### color(string)
+Color of the ripple rings. The default value is the color of scatter.
+
 ### period(number) = 4
 The period duration of animation, in seconds.
 


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

Reply via email to