score:1

Accepted answer

You can change the content of the tooltip with the tooltip formater function. See docs for details and examples: http://api.highcharts.com/highcharts#tooltip.formatter

This function gets several properties in it's context (this.myProp), which you can use to create your desired output on any of your chart series.


Related Query

More Query from same tag