score:1
Accepted answer
Disable stickyTracking
and enable trackByArea
options:
plotOptions: {
series: {
...,
stickyTracking: false,
trackByArea: true
}
}
Live demo: http://jsfiddle.net/BlackLabel/7ens45ot/
API Reference:
https://api.highcharts.com/highcharts/series.area.stickyTracking
https://api.highcharts.com/highcharts/series.area.trackByArea
Source: stackoverflow.com
Related Articles
- In a Highcharts Stacked Area chart, is there a way of highlighting the area hovered over, rather than the area belonging to the nearest point?
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - gap between series in stacked area chart
- Highcharts drilldown in stacked area chart
- HighCharts / Highstock How to build 100% stacked area chart
- Why is Highcharts x axis not respecting my categories in stacked area chart
- Highcharts stacked area chart with background chart
- Can highcharts crosshairs show on top of area chart fill?
- Change color of area chart programmatically in highcharts
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts Donut Chart text in center change on hover
- Grouping a stacked bar chart in Highcharts
- Highcharts - How can I remove starting and ending padding from area chart
- Hide 0 values in Stacked Column Chart in Highcharts
- Highcharts Area Chart - Specifying Area Color
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts chart going blank on zoomType: 'x' area range zoom?
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- Highcharts: having trouble recreating stacked area chart from Excel with positive and negative values
- highcharts - precision for stacked column chart data labels
- HighCharts area graph - show tooltip only on hover of marker
- Using Trellis Chart with Stacked Columns in Highcharts
- Highcharts - Remove first marker from Area chart in every series
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Highcharts - null values are plotted on stacked area chart, in latest version
- Chart highlighting in the highcharts javascript API
- R highcharts multiple stacked bar chart
- Angular Highcharts Custom Legend Label In Area Chart
- Is it possible to load Highcharts options from a file?
- How to position images on piechart using highchart
- Change Highcharts tooltip formatter from chart Object , after chart is rendered
- Highcharts and JSON parameters
- Unable to view highcharts in my yii2 project
- How to remove space in between bars in HighCharts bar chart?
- Connect points of Highcharts x-range series
- Highchart EMA, Price & MACD plot
- how to use Kendo chart library in Server side
- Highchart-graph does not appear in internet explorer
- highcharts - removing decimal places on Y axis with only one point
- Highstock title setting via options
- Half node in sankey Highchart
- Legend overlapping on drilldown pie chart
- highcharts line-ajax example/demo
- highcharter markdown presentation
- parsing JSON data to render high chart graph
- Highcharts and jquery-simple-slider seems to be not working together
- Customize colors for boxplot with highcharter
- Update Series Array on HighChart after editing the chart