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 Query
- Highstock : Shared tooltip except for one series
- Highstock disable tooltip for one series
- Highstock shared tooltip multiple series - show data for line when not on point
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts - Aligning dateTime series for shared tooltip
- Highcharts Modify Tooltip for One Series
- How to use 'compare' for all series except one
- Showing only one tooltip for all. Highstock highcharts
- how to give different names on tooltip for one series in highcharts R
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- Use pandas to convert csv to json for plotting two series instead of one in highcharts highstock graph
- highcharts: shared tooltip not working for series with diffrent intervals
- calculate the difference between 2 series in tooltip for highstock
- Display tooltip for invisible series in Highcharts
- highcharts - chart names for multiple pie chart series in one chart
- Highchart/stock tooltip formatter for both series and flags
- HighCharts: Use shared tooltip only when series overlap
- Disable tooltip for one point?
- How to hide one series data info in tooltip using highcharts
- Highcharts : Shared Tooltip for non-matching x values
- Highcharts JS- add third variable to tooltip for two series
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Show tooltip programmatically in StockChart for multiples series (highchart)
- Set minPointLength for one of two series in highchart
- Highcharts Tooltip formatting for shared Tooltips
- Highchart / Highstock stack column chart show one series's tooltip at a time
- Highcharts-How to align shared tooltip on the top of column in multiple series column chart?
- Highstock tooltip dateTimeLabelFormats for week not working correctly
- Set background color for only one pane in multi-pane Highstock chart
- Changing tooltip shape for a series in Highcharts
More Query from same tag
- how can i change position of inputs in high charts high-stock?
- Prevent strtotime being encoded as string by json_encode
- HighChart XAxes Category
- highstock chart only set the max value of xAxis
- Extjs with HighCharts
- I want to add a line to each column in a Highcharts column chart
- Highcharts milliseconds displaying incorrectly in xaxis
- Multiple axis does not work on Highcharts 4
- Highcharts angular dependency-wheel
- HighCharts - Logarithmic X Axis malfunction
- Dynamic position of tooltip in highcharts column charts
- how to get a dynamically created graph in highchart using json data
- How to import data from google spreadsheet in Highmaps map bubble
- Highcharts. Place tooltip on top of all items
- remove grid line on chart
- HighCharts Export burger menu not showing in AngularJS app
- How to show more than one "dataMax" in Highcharts?
- Proper format of json for Highchart.js with multiple series
- Highcharts: overlapped columns in exported chart
- Highcharts plotBackgroundColor on spider chart
- How to change Highchart tooltip font family
- How to provide styles on X axis gantt high chart
- Is it possible to change background color of highcharts?
- change axis crosses in Highchart
- How to highlight specific Point with Highcharts Js
- highchart - display value in xaxis as the value I get from the chart data as is without conversion
- Title of highchart rendering bad
- creating MACD on seconadry yaxis in highchart
- How to select the drillup button using jquery, so I can do an on click event?
- Highcharts: synchronized charts no longer sync up once data are updated