Hi,
I was wondering if the igDoughnutChart had a similar setting to the DataChart IsTransitionInEnabled? If it does not can you recommend any approach to achieve a similar result?
Thanks,
Euan
Hey Euan,
The same animation effect is achieved with igPieChart (sample below), you can use this approach in order to make the same animation with the igDoughnutChart:
http://jsfiddle.net/gmurray/0qqrLtzg/
Hi Zdravko,
I am really just looking for an initial animation on the load of the doughnut chart, something similar to this:
https://www.youtube.com/watch?v=RZIwSSxzFiU
Hello Euan,
Currently our igDoughnutChart does not have such option, although if you share with me what exactly is your goal, we can try to accomplish it with simple js or css implementation?
IsTransitionInEnabled is a propety that is defined on the igDataChart series. You can see an example of it in use in your data chart animations example:
https://www.igniteui.com/data-chart/transition-animation
Hello,
As you described I was looking IsTransitionInEnabled property into our igdatachart API document here , but I did not find any .Could you please provide me the link of the property from where you find it , so that I can find the same for igDoughnutChart .
https://www.igniteui.com/help/api/2017.2/ui.igDataChart
Looking forward to her you back.