How to re-render canvasjs chart with animation?

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-25 02:17:07

问题


So far I've been successfully updating the data for the my chart following the guide in this link.

However, how can do re-render it but with the same animation when it was first rendered?


回答1:


It's somehow a hack and I know it shouldn't be this way but the only solution I found was to reinitialize the creation of the chart just to achieve that animation.



来源:https://stackoverflow.com/questions/28147817/how-to-re-render-canvasjs-chart-with-animation

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