Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Initial chart load animation
posted

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/

Parents
No Data
Reply
  • 30692
    Suggested Answer
    Offline posted

    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/

Children
No Data