series: [{
type: 'map',
map: '陕西',
roam: false,
zoom: 1.2,
itemStyle: {
normal: {
label: {show: true},
borderWidth: 1,
areaColor: 'rgba(0, 0, 0, 0)',
},
emphasis: {
label: {show: true},
areaColor: {color: '#061E3D'}
}
},
data: cityData,
}]
.main {
width: 600px;
height: 600px;
background: #061E3D url('images/bg.png') no-repeat;
}
Done!