File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function normalizeSymbolSize(symbolSize) {
3838}
3939
4040function updateRipplePath ( rippleGroup , effectCfg ) {
41- const color = effectCfg . rippleEffectColor || effectCfg . color
41+ const color = effectCfg . rippleEffectColor || effectCfg . color ;
4242 rippleGroup . eachChild ( function ( ripplePath ) {
4343 ripplePath . attr ( {
4444 z : effectCfg . z ,
@@ -196,7 +196,7 @@ effectSymbolProto.updateData = function (data, idx) {
196196 effectCfg . zlevel = itemModel . getShallow ( 'zlevel' ) || 0 ;
197197 effectCfg . symbolType = symbolType ;
198198 effectCfg . color = color ;
199- effectCfg . rippleEffectColor = itemModel . get ( 'rippleEffect.color' )
199+ effectCfg . rippleEffectColor = itemModel . get ( 'rippleEffect.color' ) ;
200200
201201 this . off ( 'mouseover' ) . off ( 'mouseout' ) . off ( 'emphasis' ) . off ( 'normal' ) ;
202202
You can’t perform that action at this time.
0 commit comments