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.