Improve Bubble Animation when updating between Positive and Negative
I’m using a bubble chart to display positive and negative data, and I have the data dynamically updated like in this example: http://jsfiddle.net/0jcaqnL4/3/
The problem I have is that the bubble that becomes negative, while turning the correct color, has a confusing animation that appears as if the bubble is growing. We’d like to see an animation in which the bubble first shrinks all the way and then grows to the correct negative size.
3
votes
Nick
shared this idea
-
Paweł Fus commented
You can achieve that kind of animation right now, using `animation.complete` event, see: http://jsfiddle.net/0jcaqnL4/6/