Skip to content Skip to sidebar Skip to footer

Anychart : How To Add Animation In Pie Or Funnel Chart Of Anychart7.1

I am using latest version of anychart. They provide the animation features using chart.animation(true) This feature working fine for line chart and other charts like column but th

Solution 1:

Animation issue is fixed in release 7.12.0 Please, take a look at

Pie Chart sample

    chart.animation(true, 800);

Funnel Chart sample

    chart.animation(true, 800);

Pyramid Chart sample

    chart.animation(true, 800);

Solution 2:

Right now, because of the bug in AnyChart, there is no way to turn animation for Pie and Funnel charts. We will fix it as soon as possible.

Post a Comment for "Anychart : How To Add Animation In Pie Or Funnel Chart Of Anychart7.1"