(此文档仅供参考)
问题
有时为了美观,想实现地图标签字体颜色修改。
实现方法
在echarts扩展属性中添加此段代码即可。
代码块 |
---|
{ "geo": { "label": { "normal": { "show": true, "textStyle": { "color": "blue" } } } } } |
...
(此文档仅供参考)
有时为了美观,想实现地图标签字体颜色修改。
在echarts扩展属性中添加此段代码即可。
代码块 |
---|
{ "geo": { "label": { "normal": { "show": true, "textStyle": { "color": "blue" } } } } } |
...