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

D3's Transitions API needs to be integrated. #4

Open
heavysixer opened this issue Mar 28, 2014 · 3 comments
Open

D3's Transitions API needs to be integrated. #4

heavysixer opened this issue Mar 28, 2014 · 3 comments
Assignees

Comments

@heavysixer
Copy link
Owner

The transition API needs to be integrated into the various features.

@heavysixer heavysixer self-assigned this Apr 14, 2014
@Timopheym
Copy link

+1, do you have any ideas how? Where to work with is?

@heavysixer
Copy link
Owner Author

I made an example of the transitionAPI integration with the donut chart ( http://visible.io/charts/donut/basic.html ). However, I think that the row and column charts may need to be refactored to support this style of update pattern. I think the larger problem is that each column is nested in a group (which is how we get the stacking) however so far I can't seem to make them play nice with the transition API.

@heavysixer
Copy link
Owner Author

You can see the update pattern at work here: https://github.com/heavysixer/d4/blob/master/src/features/arc-series.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants