We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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})