Skip to content

bars with base autorange bug #3031

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

Closed
alexcjohnson opened this issue Sep 20, 2018 · 0 comments · Fixed by #3452
Closed

bars with base autorange bug #3031

alexcjohnson opened this issue Sep 20, 2018 · 0 comments · Fixed by #3452
Assignees
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

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:

Plotly.newPlot(gd,[{y:[1,2,3],base:[3,4,5],type:'bar'}],{width:400,height:400})

screen shot 2018-09-20 at 11 03 32 am

This should instead get a regular padded autorange from 3 to 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants