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

Plot bar/histogram traces in bar layer update selection #1365

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Feb 8, 2017

fixes #1219

.enter().append('g')
.data(cdbar);

bartraces.enter().append('g')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rreusser you probably did this already as part of your animatable bars work, but I couldn't resist making a two-line bug fix to wrap up my day 😏

Copy link
Contributor

@rreusser rreusser Feb 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'd love to finish off the bar PR. It's 90% done, but the remaining 90% of the work requires a moderate dive into the subtleties of bars.

@alexcjohnson
Copy link
Collaborator

🎉 💃

@etpinard etpinard merged commit 32e4e09 into master Feb 10, 2017
@etpinard etpinard deleted the barlayer-update-selection branch February 10, 2017 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bar and histogram traces will not draw side-by-side
3 participants