Highcharts: Tooltip on a single series only
问题 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 回答1: 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 回答2: See shared tooltip formatter. It gives you better control over the tooltip. http://api.highcharts.com