You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/07/13 03:21:48 UTC

[GitHub] [echarts] pissang commented on a change in pull request #15335: feat(effectScatter): make ripple effect count configurable

pissang commented on a change in pull request #15335:
URL: https://github.com/apache/echarts/pull/15335#discussion_r668397621



##########
File path: src/chart/helper/EffectSymbol.ts
##########
@@ -38,7 +36,8 @@ interface RippleEffectCfg {
     zlevel?: number
     symbolType?: string
     color?: ZRColor
-    rippleEffectColor?: ZRColor
+    rippleEffectColor?: ZRColor,
+    effectCount?: number

Review comment:
       I think it will be slightly better if we call it `rippleNumber` here and in the options. From my aspect, the name count is more statistical.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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