By default highcharts show a little circle in tooltip with its series color. How can I show this little circle in my formatter function of tooltip in highcharts? enter image description here
Use the following code in the tooltip.formatter :
`<span style="color:${this.color}">●</span>`