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,
lineOpacity: 1
},
label: {
field: 'name',
style: {
fill: 'black',
textAnchor: 'center'
}
},
label: false,
state: {
active: { stroke: 'green', lineWidth: 1 }
},