Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highcharts: Tooltip on a single series only

Tags:

highcharts

I have 3 datasets within my series (low, normal, high) displaying on a scatter plot. How can I force the tooltip and markers to be enabled only for the normal data set?

Many thanks

like image 280
DrBorrow Avatar asked Oct 03 '22 17:10

DrBorrow


1 Answers

formatter: Function
Callback function to format the text of the tooltip. Return false to disable tooltip for a specific point on series.

Reference:

  • http://api.highcharts.com/highcharts#tooltip.formatter
like image 165
Ricardo Alvaro Lohmann Avatar answered Oct 12 '22 12:10

Ricardo Alvaro Lohmann