{
type: 'map',
roam: false,
label: {
show: !1,
},
tooltip: {
show: !1
},
itemStyle: {
normal: {
borderColor: 'rgb(147, 235, 248)',
borderWidth: 0.1,
areaColor: {
x: 500,
y: 400,
x2: 0,
y2: 0,
colorStops: [
{
offset: 0,
color: "#031d5f" // 100% 处的颜色
},{
offset: 1,
color: "#00a2f7" // 0% 处的颜色
}
],
global: true // 缺省为 false
},
},
emphasis: {
label: {
// show: !1,
color: '#fff',
},
areaColor: '#37a2da',
// shadowColor: 'rgb(12,25,50)',
borderWidth: 0.1
},
},
zoom: 1.2,
// roam: false,
map: 'world', //使用
data: [{
name: 'United States',
value: 2000,
itemStyle:{
normal:{
areaColor: '#D1A60B'
}
}
}]//这里设置特定颜色