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
- Highcharts treemap data labels overflow
- Highchart using php,mysql and jquery
- How to show the numbers on the y-axis by 1 on HighCharts?
- High Chart X Axis to display month and year
- Add dynamic series
- Highcharter format number in tooltip
- Highcharts and NPM/Node
- How to hide 0 values in multi chart in highcharts?
- Including a chart and selection box as "widgets" in other webpages?
- Unable to plot dynamically updating y-values on Highcharts spline plot
- How can I return list object to ajax call back function from asp.net web form?
- Get X Axis value on bar Highchart click event
- Angular highcharts modules conflict after import heatmap
- width for the Highcharts/Highstock Export
- Highstock Navigator plugin doesn't render in firefox
- Negative bar chart of highcharts in chartjs
- Is there a way to update the legend to the value of a variable within the chart.events?
- Getting javascript undefined TypeError
- How to plot Highcharter arearange from matrix
- Highcharts Treemap Tile Name Blocking Click
- How Do I put Multiple Charts on the Same Graph rCharts High Charts
- Highcharts remove gap between start of xAxis and first value
- Highcharts: Positioning the toolip with chart.plotLeft
- angular2-highcharts is not working in angular 11
- Dock highcharts legend to very bottom of chart
- Axis with array values, highcharts
- Highcharts: heatmap updating skips values, hides rows
- Highcharts : compare current value/previous value to get the rate
- HighCharts Pattern Fill striped
- How to pass the database data and display it in yii2 highCharts?