-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
box/violin vs bar positioning inconsistency #3502
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
Here's the block in question: plotly.js/src/traces/box/calc.js Lines 158 to 191 in 02e51d8
I guess we could add another attribute to optionally make things consistent between bar and box/violin traces and perhaps change the default in v2 (or v3 😏 ). |
I think we will need an attribute to disable this behaviour for 1.45.0 otherwise PX will likely have trouble using |
It shouldn't have any problems if |
or |
Yes, but PX doesn't require both to be set and I don't want to change that... |
Ok, but then setting |
OK, fair enough. |
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 |
Not sure we can fix it in the context of the fix for #3402, but logging for reference:
Violin/box auto-populates x-axis categories here:
But bar does not:
The text was updated successfully, but these errors were encountered: