var option = {
title: {
},
tooltip : {
trigger: 'item',
formatter: '{b}'
},
dataRange: {
x: 'right',
y: 'bottom',
padding:[0,50,60,0],
textStyle: {
color: '#fff'
},
splitList: [
{start: 0, end: 0, label: jidi,color: '#7bc272'},
{start: 1, end: 1, label: injidi,color:'#3c5598'}
]
},
series : [
{
type: 'map',
mapType: 'china',
selectedMode : 'single',
itemStyle:{
normal:{borderColor:"#355d80",borderWidth:"1",label:{show:true,textStyle:{color:"#888",fontSize:12}},areaStyle:{color:'#2c5068'}},
emphasis:{label:{show:true,color:'#fff',textStyle:{color:"#fff",fontSize:12}},areaStyle:{color:'transparent'}}
},
data:[
{name:"南海诸岛",
itemStyle:{
normal:{opacity:0,label:{show:false},borderWidth:"0",borderColor:"#10242b",areaStyle:{color:'#10242b'}},
emphasis:{opacity:0,label:{show:false}}
}
},
{name:"香港",
itemStyle:{
normal:{opacity:0,label:{show:false}}
}
},
{name:"澳门",
itemStyle:{
normal:{opacity:0,label:{show:false}}
}
},
{name:"台湾",
itemStyle:{
normal:{opacity:0,label:{show:false}}
}
},
{name: '西藏',value:1},
{name: '山东',value:0},
{name: '青岛市',value:0},
{name: '聊城市',value:1}
]
}
]
};
echart怎么让南海诸岛不显示或隐藏部分省市名称
最新推荐文章于 2025-05-14 15:10:36 发布