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
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)"
g
className="hovertext"
d
path
direction
# the python way fig.update_traces(hoverbox_direction="right") fig.update_traces(hoverbox_direction="left+top")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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): Feature Request - 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: