如何在highcharts工具提示中显示小圆圈

ru9i0ody  于 2022-11-10  发布在  Highcharts
关注(0)|答案(1)|浏览(194)

默认情况下,highcharts会在工具提示中显示一个小圆圈,并显示其系列颜色。如何在highcharts的工具提示的格式化函数中显示这个小圆圈?enter image description here

jdgnovmf

jdgnovmf1#

tooltip.formatter中使用以下代码:

`<span style="color:${this.color}">●</span>`

演示:https://jsfiddle.net/BlackLabel/5qjfy18x/

相关问题