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 Query
- 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?
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?
- Is there any way to highlight the node on search in network chart when using highcharts in angular application
- Why aren’t those 2 HighCharts codes equivalent? (Or is there a way to modify a call to legendItemClick after the creation of the chart object?)
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Using Highcharts and displaying a message over or on the chart when there is no data
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Is there a way to move data labels to the side of a stacked column in HighCharts?
- Chart highlighting in the highcharts javascript API
- Is there a way to change the display value in series using highcharts
- Highcharts - gap between series in stacked area chart
- Highcharts AreaSpline - Adding padding in between the chart and plot area
- put labels on the right of the chart area in HighCharts
- Highcharts drilldown in stacked area chart
- Is there a way to fill different colors up to the desired point in Highcharts gauge graph?
- Is there any way to define the indivdual dataLabels connector width in a pie chart
- highcharts - Draw horizontal line outside the chart area
- Add new series to the top of a highcharts stacked column chart
- HighCharts Stacked Column Adding Onclick Event to the chart
- Highcharts : Stacked barchart on hover change the opacity
- Highcharts Column Chart overflowing the plot area
- Highcharts | Network Graph - Is there a way to expand leaf nodes on click of the Parent node?
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- Is there any way to test the highcharts with large data-set with Jest and React.?
- Highcharts - Place the y-axis plot-line label outside the chart area
- Adding space between the line and the fill in a Highcharts area chart
- Is there a way to plot more than 1000 points in a scatter plot using the Highcharts .NET Wrapper?
More Query from same tag
- Grouping Legends in Pie Chart with Highcharts
- WpDatacharts (Highcharts render) - is it possible to pre-hide data sets on load?
- Highcharts legend events without displaying a legend
- How to match columns height with spline in Highcharts
- Opacity Highcharts pie chart IE8
- Highcharts SVG accessibility
- json in multiple pie chart using Highchart
- How to display tooltip only for last point?
- highcharts treemap stack Uncaught RangeError : Maximum call stack size exceeded
- Highcharts Waterfall graph using a column graph
- Need full highchart bars between months
- How to popup a file dialog/print dialog in a html file that is rendered in a WebEngineView?
- Highcharts - hide dataLabels leaders
- Highcharts Zoom in Logarithmic Scale
- How to bind to Highcharts constructor/listen to CustomEvents from Vue component
- Prevent Highchart.js from cutting xAxis label
- Logarithmic xaxis not working if pointStart property is not given
- Display highchart and swiftDataTable in two different cells of a collectionView
- Highcharts displaying improperly labeled data points
- Add Interactive Map with Highcharts Maps
- Individual point color in highcharts scatterplot
- Highcharts tooltip custom CSS turning the caret/arrow white
- I was trouble bubble value in highcharts .How to show by default value in series
- Highcharts border curve inside
- Incorrect date on the x-axis
- Map in Highcharts not display the India map?
- Slider in Highcharts similar to Google Playground
- high-chart not showing date and time in xaxis
- Highcharts 's width is not correctly rendered at a hidden div
- HighCharts donut chart drilldown