-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Horizontal box hover labels out of order #3389
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
only happens in |
Seems related to but distinct from #3050 ... the hovers are pointing to the correct place, they're just 'snagged' on each other :) |
Theory: they're getting laid out per the order here: plotly.js/src/traces/box/hover.js Lines 147 to 155 in fc4511c
|
Again here, the graph's "data" / "layout" would be nice. |
as it happens, violins do this also: https://plot.ly/~nicolaskruchten/252 |
Here's the box version: https://plot.ly/~nicolaskruchten/254 |
Yeah, this one is a duplicate of #3050 |
Well, I tried my reordering fix and it addresses my issue. Not sure how easily I can test #3050 |
OK, pretty easily, and it's a fix :) |
This is pretty rough... median to the left of min and max to the left of upper:
Can we enforce an order here?
The text was updated successfully, but these errors were encountered: