示例说明:
可以通过扩展属性设置地图分析只显示值,如下图:
属性代码:
{ plotOptions: { map: { tooltip: { pointFormat: '<span style="font-size: 12px; color:{point.color};">{point.displayValue}</span><br/>' } } } }
属性说明:
属性名称 | 属性描述 | 属性语法 |
---|---|---|
pointFormat | 设置鼠标提示样式和内容。根据html设置各种样式。
| { plotOptions: { map: { tooltip: { pointFormat: '<span style="font-size: 12px; color:{point.color};">{point.displayValue}</span><br/>' } } } } |