-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow to choose whether to trim trace names in hover info #1777
Comments
Yeah for sure. Thanks for writing in! |
@etpinard thanks for the feedback. To expand on this, it would also be useful to be able to specify the maximum number of chars to trim to, or not at all. If you can give me some hints about where you think this configuration should live and what shape it may have based on your coding standards I can also create a PR. My first guess would be an additional option next to |
@simoneb definitely, making this attribute an integer seems like the way to go. I'd put it in hoverlabel, perhaps |
+1 for |
Because of https://github.com/plotly/plotly.js/blob/master/src/components/fx/hover.js#L703 trace names longer than 15 chars get trimmed. It would be useful to provide an option to decide whether to trim or not
The text was updated successfully, but these errors were encountered: