You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a scatterplot with multiline hovertexts is left without alignment set, the auto-alignment will set some nodes to have center-aligned text, as expected.
However, when "hoverlabel": {"align": "left"} is added, those same nodes will have the text overflowing to the left of the hoverbox. A couple such sample nodes are highlighted in pink in the attached example. Unbugged example without hoverlabel.align set is also included.
The text was updated successfully, but these errors were encountered:
zig1000
changed the title
[Bug] Scatter.hoverlabel.align = "left" overflows text for labels that would otherwise have been center-aligned
Scatter.hoverlabel.align = "left" overflows text for labels that would otherwise have been center-aligned
Apr 16, 2019
When a scatterplot with multiline hovertexts is left without alignment set, the auto-alignment will set some nodes to have center-aligned text, as expected.
However, when
"hoverlabel": {"align": "left"}
is added, those same nodes will have the text overflowing to the left of the hoverbox. A couple such sample nodes are highlighted in pink in the attached example. Unbugged example without hoverlabel.align set is also included.Bugged (with align): https://jsfiddle.net/81zjvhxa/
Unbugged (without align): https://jsfiddle.net/meor6qjg/
The text was updated successfully, but these errors were encountered: