-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
PlotLine labels do not appear when using align right with textAlign left #17888
Comments
Thanks for the workaround! The other workaround is |
A better workaround that calculates the exact width of the label- demo. |
bm64
added a commit
that referenced
this issue
Jan 2, 2023
TorsteinHonsi
pushed a commit
that referenced
this issue
Jan 16, 2023
Thanks! For anyone ending up on this thread, the fix was included in Highcharts 10.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
PlotLine label text is in DOM
PlotLine label appears to the right of the chart
Actual behaviour
PlotLine label text is not in DOM
PlotLine label is not appearing anywhere
Live demo with steps to reproduce
align: 'right'
andtextAlign: 'left'
useHTML: true
, or use a different the textAlign valueDemo with a working plotline label, and a missing plotline label
https://jsfiddle.net/br8ag2np/
Product version
Highcharts 10.2.1
Affected browser(s)
The text was updated successfully, but these errors were encountered: