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
Hovering a data label shows a tooltip for the associated series, independent of the dataLabels.useHTML option
dataLabels.useHTML
Hovering a data label shows tooltip for a different series if useHTML = true
useHTML = true
https://jsfiddle.net/pkhalle/x87fpbvo/
useHtmlLabels = false
Highcharts 10.3.3
Chrome, Edge (at least)
The text was updated successfully, but these errors were encountered:
Hello @palhal and thanks for reporting the bug. Looks like it is broken since 8.1.0: https://jsfiddle.net/BlackLabel/0t9yez2d/
Sorry, something went wrong.
Fixed #18821, hidden overlapped datalabels had an active target.
07265f9
77b4f51
ddragula
Successfully merging a pull request may close this issue.
Expected behaviour
Hovering a data label shows a tooltip for the associated series, independent of the
dataLabels.useHTML
optionActual behaviour
Hovering a data label shows tooltip for a different series if
useHTML = true
Live demo with steps to reproduce
https://jsfiddle.net/pkhalle/x87fpbvo/
useHtmlLabels = false
and see that the bug disappearsProduct version
Highcharts 10.3.3
Affected browser(s)
Chrome, Edge (at least)
The text was updated successfully, but these errors were encountered: