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
Long data labels with series.dataLabels.useHTML: true in treemap should be middle-aligned just like shorter data labels.
series.dataLabels.useHTML: true
Long data labels with series.dataLabels.useHTML: true in treemap are initially positioned in the wrong position (shifted up a little bit).
Demo: https://jsfiddle.net/BlackLabel/gztqdyca/
Highcharts 10.3.2
Fire chart.reflow() in the chart.events.load callback function. Demo: https://jsfiddle.net/BlackLabel/ghsmLxpf/
chart.reflow()
chart.events.load
The text was updated successfully, but these errors were encountered:
Fixed #18212, wrong position of long treemap dataLabels with useHTML.
7b316d8
2cc8cbf
hubertkozik
Successfully merging a pull request may close this issue.
Expected behaviour
Long data labels with
series.dataLabels.useHTML: true
in treemap should be middle-aligned just like shorter data labels.Actual behaviour
Long data labels with
series.dataLabels.useHTML: true
in treemap are initially positioned in the wrong position (shifted up a little bit).Live demo
Demo: https://jsfiddle.net/BlackLabel/gztqdyca/
Product version
Highcharts 10.3.2
Workaround
Fire
chart.reflow()
in thechart.events.load
callback function.Demo: https://jsfiddle.net/BlackLabel/ghsmLxpf/
The text was updated successfully, but these errors were encountered: