refactor(图表): 区域设置界面去除省份标签

This commit is contained in:
wisonic 2024-11-27 14:23:03 +08:00
parent 9e208ae836
commit 9ede5bc78a

View File

@ -593,13 +593,7 @@ const mapOption: ChoroplethOptions = {
lineWidth: 0.6, lineWidth: 0.6,
lineOpacity: 1 lineOpacity: 1
}, },
label: { label: false,
field: 'name',
style: {
fill: 'black',
textAnchor: 'center'
}
},
state: { state: {
active: { stroke: 'green', lineWidth: 1 } active: { stroke: 'green', lineWidth: 1 }
}, },