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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -