默认情况下,highcharts会在工具提示中显示一个小圆圈,并显示其系列颜色。如何在highcharts的工具提示的格式化函数中显示这个小圆圈?enter image description here
jdgnovmf1#
在tooltip.formatter中使用以下代码:
tooltip.formatter
`<span style="color:${this.color}">●</span>`
演示:https://jsfiddle.net/BlackLabel/5qjfy18x/
1条答案
按热度按时间jdgnovmf1#
在
tooltip.formatter
中使用以下代码:演示:https://jsfiddle.net/BlackLabel/5qjfy18x/