Is there a way to animate the chart series when the chart is loaded? I'm trying to achieve something similar to this animation http://www.highcharts.com/
Hi, there are ways to achieve an initial animation in application code. Basically you can set a transitionDuration on the series and start the data at 0. Flush, or let the chart initially display and then change the data to have the actual values you desire.
See this example for a strategy:
http://jsfiddle.net/vbNLx/3/light/