Charts & Animations

Hi,

I’m setting the “animate: true” attribute to my charts (“bar”, and some others), and I’m not getting any animation at all. Neither when the chart is initially loaded with data, nor when such data changes.

May I have some code snippet as a sample?

Thanks

Please check our documentation related to this property.

Animation can be implemented only within multiview or pager. I.e. animate defines the manner of the view changing.

The snippet: http://webix.com/snippet/b1e65a03

Hi Listopad,

thanks for your response, but that’s not what I’m looking for. Such “animation” just animates the “entrance” of a whole view, regardless it contains a Chart or anything else.

What I’d like to have, maybe a cool enhancement request for Webix 4.0, is the animation of the chart data itself.

For example, what you can see with ChartJS in this single page demo:

http://netdna.webdesignerdepot.com/uploads7/easily-create-stunning-animated-charts-with-chart-js/chartjs-demo.html

Although I do love Webix, I wonder how could I “embed” external charts such as ChartJS in a Webix’s view. Any idea?

Thanks

Webix provides the possibility to integrate with some third-party charts libraries.

Related article: http://docs.webix.com/desktop__chart_integration.html

I’ll check that out, thanks!

Are those “animated charts” in the webix roadmap?

Not yet, but we’ll consider it. The compatibility with other libraries seems to be enough for now.