javascript - Anychart : How to add animation in Pie or funnel chart of AnyChart7.1 -


i using latest version of anychart. provide animation features using

chart.animation(true) 

this feature working fine line chart , other charts column not work many charts. how can add animation pie , funnel charts.

animation issue fixed in release 7.12.0 please, take @

pie chart sample

    chart.animation(true, 800); 

funnel chart sample

    chart.animation(true, 800); 

pyramid chart sample

    chart.animation(true, 800); 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -