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
We still include tozero in the autorange for bar traces even if there's a base that means no bars start at 0. For example:
tozero
base
Plotly.newPlot(gd,[{y:[1,2,3],base:[3,4,5],type:'bar'}],{width:400,height:400})
The text was updated successfully, but these errors were encountered:
fix #3031 - don't set tozero:true when all bar bases are above zero
7e0a228
etpinard
Successfully merging a pull request may close this issue.
We still include
tozero
in the autorange for bar traces even if there's abase
that means no bars start at 0. For example:
This should instead get a regular padded autorange from 3 to 8.The text was updated successfully, but these errors were encountered: