-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Should traces with hovermode: 'none' impact hover radius for other traces? #678
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
I wouldn't call this bug because we -- on purpose -- consider But, this is a limitation of our API. I think we should add a |
I can't think of an easy way to accomplish this unfortunately. |
@etpinard Is this along the lines you were thinking? master...john-soklaski:hoverinfo_hide |
@john-soklaski looks like you're on the right track. In its current form, we can't merge your patch in the Instead, maybe we should keep Thoughts? |
@etpinard I think that is a good solution, I'll update my branch and send a PR. |
@john-soklaski Great. Make sure to test out the behaviour in |
closed via #851 |
I am using a trace as an error interval around a main trace. I don't want the user to be able to hover over the error interval, so I've marked it as hovermode: 'none'. However, this makes it very difficult to hover over the trace which it surrounds.
In the example, the dark green trace labeled "Fair" is difficult to hover over due to its interval. The blue trace labeled "Premium" is easy to hover over.
http://codepen.io/john-soklaski/pen/vKyxNQ
This seems like it is a bug, or is there a better way to accomplish this?
Thanks!
The text was updated successfully, but these errors were encountered: