series: [{
name: '柜子故障等级',
type: 'scatter',
coordinateSystem: 'bmap',
data: convertData(data),
symbol:'image://./static/guizi/images/044br.gif',
symbolSize: 30,
itemStyle: {
normal: {
color: 'lightgreen',
borderWidth: 5
}
},
markPoint:{
symbolSize:3,
large:true,
effect:{
show:true,
type:'bounce',
color:'green'
}
}
}`
我要把地图上的点变闪烁效果symbol 设置了个gif动图,但是还是静态的效果。
type: 'effectScatter'才是闪烁效果