basicOption:{
tooltip: {
trigger: 'item',
formatter: '{b}'
},
geo: {
// // 如果宽高比大于 1 则宽度为 100,如果小于 1 则高度为 100,保证了不超过 100x100 的区域
// layoutSize: 100
// 设置这两个值后 left/right/top/bottom/width/height 无效。
}
},
seriesOption:{
type: 'map',
roam: false,
nameMap:{
'china':'唐山'
},
label: {
show: true,
position: 'right', // 将 'top' 改为 'center'
distance: -10, // 根据需要调整这个值,负数会让文字靠近中心,正值则远离
formatter: function(params) {
return '{icon|}\n{name|' + params.name + '}';
},
rich: {
icon: {
backgroundColor: {},
width: 30,
height: 30
},
name: {
color: '#fff',
fontSize: 20
}
}
},
label位置是存在地图的json文件里面的