We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last point of the series must be highlight when the mouse is at the right, only work when boost mode is disabled:
When boost mode is enabled we have to zoom to reach the last point while hovering the series.
Look after boostThreshold param http://jsfiddle.net/7zg9L5n0/1/
boostThreshold
Highcharts JS v10.3.3 (2023-01-20)
Tested on Chrome and Firefox
The text was updated successfully, but these errors were encountered:
Hi @Slayug and thank you for reporting the issue.
Internal note: It looks like the result has the wrong i property which influences the point returned by the getPoint. Needs further investigation.
result
i
getPoint
highcharts/ts/Extensions/Boost/BoostSeries.ts
Lines 1338 to 1349 in 866999f
Sorry, something went wrong.
Fixed #18856, last point hover in boost.
d09c06d
20285c8
ddragula
Successfully merging a pull request may close this issue.
Expected behaviour
Last point of the series must be highlight when the mouse is at the right, only work when boost mode is disabled:

Actual behaviour
When boost mode is enabled we have to zoom to reach the last point while hovering the series.

Live demo with steps to reproduce
Look after
boostThreshold
paramhttp://jsfiddle.net/7zg9L5n0/1/
Product version
Highcharts JS v10.3.3 (2023-01-20)
Affected browser(s)
Tested on Chrome and Firefox
The text was updated successfully, but these errors were encountered: