我试过使字体大小为0,但我仍然看到了名字 有没有人有想法? 感谢
regionLabelStyle: {
initial: {
'font-family': 'Verdana',
'font-size': '0',
'font-weight': 'bold',
cursor: 'default',
fill: 'black'
},
hover: {
cursor: 'pointer'
}
}
答案 0 :(得分:0)
markerLabelStyle: {
initial: {
'font-size': '8',
}
在 markerLabelStyle 中指定字体大小。