...
代码块 |
---|
{ "geo": { "label": { "normal": { "show": true, "textStyle": { "color": "blue" } } } } } |
如果需要修改地图的鼠标滑动过去字体的颜色,可以参考下面的扩展属性:
代码块 |
---|
{
"geo": {
"label": {
"normal": {
"show": true,
"textStyle": {
"fontSize": 15,
"color": "#FF0000"
}
},
//鼠标滑动过去字体的颜色
"emphasis": {
"color": "#5858FA"
}
}
}
} |
修改后的效果如下:
鼠标滑动到新疆的位置,新疆的字体改变