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

谁说胖子不能爱 提交于 2019-12-25 07:18:40

问题


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.


回答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);



回答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.



来源:https://stackoverflow.com/questions/40257869/anychart-how-to-add-animation-in-pie-or-funnel-chart-of-anychart7-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!