We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using subplots, grouped box plot are overlapping, even though layout.boxmode = 'group'
layout.boxmode = 'group'
var layout = { yaxis: { domain: [0, 0.45], title: 'axis 1', }, yaxis2: { domain: [0.55, 1], title: 'axis2', }, boxmode: 'group' };
Codepen (adapted from the documentation example for grouped box plot) https://codepen.io/anon/pen/pWqxwZ
The text was updated successfully, but these errors were encountered:
Good catch @Melanie-M - and thanks for the clear codepen.
Sorry, something went wrong.
Essentially the same problem as #78
+1 Box plot with 2 axes and grouping also not working.
This one got fixed by #3445 in v1.44.0.
v1.44.0
See updated codepen: https://codepen.io/etpinard/pen/pGQjNL
No branches or pull requests
When using subplots, grouped box plot are overlapping, even though

layout.boxmode = 'group'
Codepen (adapted from the documentation example for grouped box plot)
https://codepen.io/anon/pen/pWqxwZ
The text was updated successfully, but these errors were encountered: