Search code examples
javascriptanimationchartspie-chartanychart

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 this does not work with many charts. So how can i add the animation for pie and funnel charts.


Solution

  • 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);