series: [
{
type: 'map',
map: 'china',
zoom: 1,
label: {
show: true,
color: 'white',
fontSize: 10
},
itemStyle: {
normal: {
borderWidth: 2,//边际线大小
borderColor:'#00ffff',//边界线颜色
areaColor:'#09295b'//默认区域颜色
},
emphasis: {
show: true,
areaColor: '#3066ba',//鼠标滑过区域颜色
label: {
show: true,
textStyle: {
color: '#fff'
}
}
}
},
}
],
08-21
493

06-23
6856
