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 - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -