echarts地图点击后更改点击区域的颜色
series: [
select: { label: { show: true, //文字颜色 color: "white" }, itemStyle: { areaColor: "#1565d2", //背景色 borderColor: "#00e9ff", borderWidth: 1, }, },
]