score:2
Accepted answer
this is unfortunately bug in highcharts, see this.
score:8
try this in your series: enablemousetracking: false
in your case, it would be:
series: [{
data: [15.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, {
enablemousetracking: false,
y: 26.5
}, 23.3, 18.3, 13.9, 9.6]
}]
i hope this helps!
(update on 6/23/17): for those who want to apply this to every series in the chart, not just one, you would do the following:
plotoptions: {
series: { enablemousetracking: false }
}
Source: stackoverflow.com
Related Query
- Disable marker hover in only one marker of highchart
- Highchart - change color of one x-axis label only
- highcharts - disable fading series on marker hover
- Series fillColor for marker on hover ONLY
- HighCharts area graph - show tooltip only on hover of marker
- Highcharts conditionally disable marker on hover
- Showing marker for separate values only in line chart in HIghchart
- remove previous markers and retain only single marker highchart
- How to enable marker on hover only for a range of points in highcharts
- How can I show only one x-axis in synchronous chart highchart
- How can I disable on hover marker animation in Highcharts 6.x?
- Highcharts: disable allowPointSelect for only one pie slice
- Is there any method to select only one series marker state in highcharts?
- gridLineDashStyle of Highchart missing grid line at bottom when only one item as bellow demo
- highchart background right side of hover marker
- is there any option to get highchart plotbands only for one xaxis?
- Highchart marker clickable disable and enable condition base?
- Disable hover on HighCharts
- How to display highchart series line marker symbol from tooltip formatter?
- Highcharts datetime axis, how to disable time part (show only dates)?
- Disable Print Chart option only from HighCharts
- set a symbol marker with highchart
- How to apply borderRadius only for top side of Column or Bar in Highchart
- Series markers disable on lines and enable on legend in Highchart
- Disable tooltip for one point?
- Adding only one clickable point to the chart in Highcharts?
- PhantomJS with embedded web server uses only one CPU
- highcharts - removing decimal places on Y axis with only one point
- Stop HighCharts change transparency of another series on hover of one series
- Only one highcharts using react-grid-layout can resize
More Query from same tag
- Highchart Pie chart, de-structure dataLabels and define custom formatter
- Highcharts Gauge not showing in Angular
- Plotting multiple series in single Highcharts plot from JSON
- Highstocks: How to define the span colors of a line instead of the individual line color
- Increase or decrease point intervals in high chart
- highcharts line not showing properly
- Highcharts showing timestamp as wrong date
- How to convert an object array DataTable recognizes to something Highcharts recognizes?
- Highchart 3D module is not working in angular 9.1.4
- Highchart networkgraph and area chart conflict
- How do I transform between datetimes and chart coordinates in Highcharts Renderer?
- Changing the color of the point dynamically in highcharts
- Limiting the Highcharts x Axis while the chart extending During Ajax Drill Down
- Display points with minimum number in HighChart
- How to update the HighCharts title using drill-up when there are multiple charts on same page?
- How to set 30 seconds interval for datetime on y-axis for highcharts JS
- Highcharts - Place the y-axis plot-line label outside the chart area
- HighchartsJS Click Event on iOS 6
- How to align the xaxis tick mark center
- Referencing array values within nested objects/arrays
- Highcharts issue with max value (100) - React
- Highcharts: Add circle to scatter plot
- Highcharts: Stop one series interacting with the mouse?
- Highstock - force x-axis displayed range regardless of data
- Highstock charts | How do I store a series start and end value in variables?
- Hide 0 values in Stacked Column Chart in Highcharts
- Highchart marker clickable disable and enable condition base?
- Issue with tooltip on Highcharts with multiple series added dynamically
- Highcharts scatter marker translation error
- Highchart multiple axes - sync axes on multiple charts