Skip to content
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

Bar and histogram traces will not draw side-by-side #1219

Closed
alexcjohnson opened this issue Dec 4, 2016 · 1 comment · Fixed by #1365
Closed

Bar and histogram traces will not draw side-by-side #1219

alexcjohnson opened this issue Dec 4, 2016 · 1 comment · Fixed by #1365
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

For example:

Plotly.newPlot(gd,[
    {x:[1,1,1,1,1,2,2,2,3,3],type:'histogram'},
    {x:[1,2,3],y:[-1,-2,-3],type:'bar'}
])

Only the first one will draw, whichever is the first (though both contribute to autorange and hover effects for both still display).
Multiple histograms or multiple bars will still show.

@alexcjohnson alexcjohnson added the bug something broken label Dec 4, 2016
@etpinard
Copy link
Contributor

etpinard commented Dec 5, 2016

Interesting this used to work in way back in v1.2.0

http://codepen.io/etpinard/pen/ZBxLNZ

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