option = {
geo: {
type: 'map',
map: 'world',
//roam: true,
layoutCenter: ['50%', '50%'],
layoutSize: 1000,
label: {
emphasis: {
show: false
}
},
itemStyle: {
normal: {
areaColor: '#404a59',
borderColor: '#c5c5c5'
},
emphasis: {
areaColor: '#666666'
}
}
},
tooltip: {
trigger: 'item',
triggerOn: 'click',
formatter: function(params) {
alert()
},
},
series: []
};