heavysixer / d4

A friendly reusable charts DSL for D3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3's Transitions API needs to be integrated.

heavysixer opened this issue · comments

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

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

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.