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
gvwilson
changed the title
Feature Request - Add argument to modify hover box position/direction
add argument to modify hover box position/direction
Nov 26, 2024
Right now developers can't modify the hover box position respective to the point the user is hovering. The hover box position is determined by:
"transform=translate(valuex, valuey)"
argument of theg
element withclassName="hovertext"
: https://github.com/plotly/plotly.js/blob/master/src/components/fx/hover.js#L1200d
in thepath
element (for the triangle orientation): make hover box caret/triangle optional #7278Screen.Recording.2024-11-21.at.14.11.23.mov
Desired behavior:
direction
: https://dash.plotly.com/dash-core-components/tooltip#tooltip-propertiesThe text was updated successfully, but these errors were encountered: