-
The mouse cursor/pointer is sometimes blocking the textual representation of the current value, within the hover/tooltip(?) popup window. Is there any way to move the alignment of the hover-view Y-value representation, to make it center aligned within the box, instead of being left-aligned (or right, where the cursor/pointer also obscures the value in those cases). |
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
Feb 5, 2023
Replies: 1 comment 4 replies
-
Yes! :)
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
dbuezas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! :)
Plotlyjs offers multiple options to configure the hover tooltip:
layout: hoverlabel: align: ...
https://plotly.com/javascript/reference/#layout-hoverlabel-alignlayout: hovermode: ...
: https://plotly.com/javascript/reference/#layout-hovermode