-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fixed-width hover labels with hoverlabel.width
#3800
New issue
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
Comments
What you're describing appears similar to the plotly.js/src/components/annotations/attributes.js Lines 55 to 66 in 4529fe9
So, adding a new attribute About making a PR (thanks!), I suggest you first read our PR guidelines. Looking at past PRs adding similar features (e.g. #3753) should help also. cc #2342 |
hoverlabel.width
Did width get implemented? Doesn't seem to be working |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
So I've set up my graph to have a fixed width for hover labels, and it was a real PITA to get to this now,
I'm using the angular library, but basically, I set a manual tbbwidth in
createHoverText
, changingTo,
And in
alignHoverText
(my local version is 1.45.3),To,
I'd love to have this feature myself for graphs like this, and more - and would really appreciate some advice as to what would be the best method to submit a PR.
The text was updated successfully, but these errors were encountered: