score:2
Accepted answer
If you disable mouse tracking on that series it'll be excluded from tooltip.
{
name: 'Range',
data: ranges2,
type: 'arearange',
lineWidth: 0,
linkedTo: ':previous',
color: Highcharts.getOptions().colors[0],
fillOpacity: 0.3,
color: 'red',
zIndex: 0,
enableMouseTracking: false //<--add this
},
See updated fiddle.
Source: stackoverflow.com
Related Articles
- Highstock : Shared tooltip except for one series
- Highstock shared tooltip multiple series - show data for line when not on point
- HighCharts: Use shared tooltip only when series overlap
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highstock disable tooltip for one series
- Highcharts-How to align shared tooltip on the top of column in multiple series column chart?
- Highcharts - Aligning dateTime series for shared tooltip
- Strange character in the Highstock source code
- Highcharts column chart returning incorrect series index on click when using shared tooltip
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- HighCharts / HighStock newly added series have problem with shared tooltips and mouse hover effect
- Highstock Series Tooltip Data
- Highstock Shared Tooltip This Index
- Highcharts shared tooltip making a percentage difference between series
- Highstock Time series not formatting on scatter tooltip
- Getting extra series data from hash to show up in tooltip in highstock
- highcharts: shared tooltip not working for series with diffrent intervals
- calculate the difference between 2 series in tooltip for highstock
- Highcharts highstock tooltip series order
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- How to get multiple series data in tooltip highcharts?
- How to display highchart series line marker symbol from tooltip formatter?
- Weird character in front of Highcharts tooltip series names
- Display tooltip for invisible series in Highcharts
- HighChart Shared Tooltip Number Formatting
- Highcharts: Shared tooltip formatter this.points[i]
- Displaying multiple series in the navigator of an HighStock chart
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts shared tooltip requires different valueSuffix and varying decimals
- How to update just data attribute under series in highcharts with json?
- Highchart yAxis plotLines label position
- Highcharts in InfoWindow on Google Maps
- highcharts stacked column weird symbol in a bubble
- High Charts: commas thousand separator in pie chart. How do you do?
- Make Highcharts pick a smart y-axis min
- Highcharts bar graph doesn't show yaxis values
- how can we set different colors to highcharts-default-patterns?
- Highcharts - svg vs digital
- Dynamically add/remove xaxis categories in Highcharts
- afterSetExtremes callback for highcharts
- how can i do this using highcharts, superposition two series share with yAixs
- How to set custom width of a candlestick in highstock
- giving a local json file for line chart
- Angularjs and Highcharts directive in Nested object
- Need an image/shape at the position of mouse
- highcharts xAxis label set 0.5% step
- How do I remove some attributes of an element using selection by querySelectorAll?
- "pointAttr" attribute is missing in Highcharts library 5.0.0
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts