symbol: 'image://../asset/img/echarts-logo.png',
option = {
series : [
{
name: 'Map',
type: 'map',
mapLocation: {
x : 'left',
y : 'top',
height : 500
},
selectedMode: 'multiple',
itemStyle: {
normal: {
borderWidth:2,
borderColor:'lightgreen',
color: 'orange',
label: {
show: false
}
emphasis: { // 也是选中样式