You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/26 15:36:52 UTC

[GitHub] alexgwolff opened a new issue #9136: Theres way to use rippleEffect in markpoint?

alexgwolff opened a new issue #9136: Theres way to use rippleEffect in markpoint?
URL: https://github.com/apache/incubator-echarts/issues/9136
 
 
   In effectScatter has a rippleEffect, theres way to provider to use in markpoint in any series?
   
   ```javacript 
   series: [{
               type: 'effectScatter',
               coordinateSystem: 'geo',
               // symbol: 'diamond',
               showEffectOn: 'render',
               rippleEffect: {
                   period: 15,
                   scale: 6,
                   brushType: 'fill'
               },
               hoverAnimation: true,
               itemStyle: {
                   normal: {
                       color: function(params){
                           return levelColorMap[params.value[3]];
                       },
                       shadowBlur: 10,
                       shadowColor: '#333'
                   }
               },
               data: handleEvents.initSeriesData(opt.data)
           }]`
   
   
   Sorry for bad english.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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