为了账号安全,请及时绑定邮箱和手机立即绑定

echart百度地图加闪烁效果

echart百度地图加闪烁效果

拉丁的传说 2019-03-01 18:16:08
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动图,但是还是静态的效果。
查看完整描述

1 回答

?
慕桂英546537

TA贡献1848条经验 获得超10个赞

series: [{

            name: '当前业务',

            type: 'effectScatter',

            coordinateSystem: 'bmap',

            zlevel: 10,

            data:[],

            rippleEffect: {             //涟漪闪烁效果

                period: 1,

                scale: 5,

                brushType: 'stroke'

            },

            label: { //标点地名

                normal: {

                    formatter: '{b}',

                    position: 'right',

                    show: false

                }

            },

            itemStyle: { //标点样式

                normal: {

                    color: '#03DEFF',

                    shadowBlur: 10,

                    shadowColor: '#ffffff'

                }

            },

        }]

type: 'effectScatter'才是闪烁效果


查看完整回答
反对 回复 2019-03-06
  • 1 回答
  • 0 关注
  • 1993 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信