-
-
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
Axis title could also change the labels in the hovering popup #2618
Comments
Thanks @adube - yes, makes a lot of sense. I don't think we can always do this, there are times when the title is too long, or displayed on one subplot and not others, etc... so it would probably have to be opt-in unless we can come up with a sufficiently robust criterion for automatically using the title. |
@alexcjohnson Thanks for your comment. I agree. As a way to not always enable this behaviour, we could have some sort of "flag" option (boolean) which would be I'm not familiar enough with the code to be able to determine a more robust solution at this point, but I think the above suggestion could do the trick. |
I think this makes a ton of sense in general and especially in 3d and ternary contexts: 3d because after a few rotations or whatever, it's no longer visually clear what |
Somewhat a duplicate of #265 |
Indeed, it is. |
This option (e.g., 'hovertitle') may also contain text (for each axis) as alternative short hover-only title for this axis. That is, default 'false' value means current behaviour, 'true' means use axis label (maybe with some automatic abbreviation), and text value means use this value. |
@antoinerg this would be a nice addition :) |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories 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 stack. Cheers - @gvwilson |
This is an enhancement suggestion.
When setting the title of an axis, such as:
it would make sense to have the same title as default value in the popup being shown on mouse hovering. Currently, the default value stays "x", where it could have been "hellox" instead.
See an example here: https://codepen.io/anon/pen/qoGQvx
See also the riginal question asked on Stack Overflow
Please, let me know if that makes sense.
The text was updated successfully, but these errors were encountered: