Thursday, 22 August 2013

Animation end callback after adding points

Animation end callback after adding points

My chart is adding points to its series in certain interval using
addPoint(). I've set its animation duration via chart.animation.duration -
is there any way of calling my custom callback after animation is
completed? I want to make it look more "live". I know about
events.redraw(), however this is being fired on the beginning of the
animation.

No comments:

Post a Comment