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.

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9136 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to