refactor(图表): 区域设置界面去除省份标签
This commit is contained in:
parent
9e208ae836
commit
9ede5bc78a
@ -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 }
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user