option = {
title: {
text: '3D中国地图',
x: 'center',
top: '20',
textStyle: {
color: '#000',
fontSize: 24,
},
},
geo3D: {
map: 'china',
roam: true,
itemStyle: {
areaColor: 'orange', //背景颜色
opacity: 1,
borderWidth: 0.8,
borderColor: 'rgb(62,215,213)',
},
},
};