SFMOCI / summer-jobs-tally

Tallying pledges for the Mayor's Summer Jobs Program
http://open.innovatesf.com/summer-jobs-tally
0 stars 1 forks source link

Fix animation so that chart changes are eased in and not just replaced #6

Closed jasonlally closed 10 years ago

jasonlally commented 10 years ago

Currently, the whole chart just gets replaced instead of just rewriting the data. Must implement a conditional to check for whether this is the first time the function has been called. If it isn't, then just the chart should be redrawn with new data.

jasonlally commented 10 years ago

Transitions are animated, it's not 100% smooth, but that's a function of google's api, I believe.