This is a migrated thread and some comments may be shown as answers.

Doughnut chart animation

5 Answers 91 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sacha
Top achievements
Rank 1
Sacha asked on 14 Feb 2016, 05:28 PM

Hello, 

I'm trying to animate a doughnut chart, in a way similar to these examples: 

http://canvasjs.com/html5-javascript-doughnut-chart/

It's the most common way of animating a doughnut chart.

Using ChartRotateAnimation didn't produce the expected result. I couldn't find any examples of this control, and the documentation doesn't explain what the methods do. 

Can you help?

 

5 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 16 Feb 2016, 08:26 AM
Hello Sacha,

Thanks for writing.
Currently we do not support this circle animation. Our supported animations at the moment are scale, translate, rotate and fade.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Sacha
Top achievements
Rank 1
answered on 16 Feb 2016, 10:11 AM
Ok - thanks Victor. Is it possible for me to write my own animation to do this?
0
Victor
Telerik team
answered on 16 Feb 2016, 12:36 PM
Hi Sacha,

I suppose it is possible however the performance won't be great. The animation you referred to looks like an OpenGL animation. The geometry of the doughnut is being animated itself instead of simply animating the whole doughnut. This means that you have to manually draw each frame of the doughnut as it animates.

If you are a customer you have access to the source code of the controls and you can modify it in any way you need. However please note that any custom changes are not eligible for customer support.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Sacha
Top achievements
Rank 1
answered on 21 Feb 2016, 12:36 PM
OK thanks. It would be a great feature to have. Can I add a request for it to be added?
0
Victor
Telerik team
answered on 23 Feb 2016, 07:50 AM
Hello Sacha,

Thanks for the feedback. I will forward your request to the rest of the Android team for consideration.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Sacha
Top achievements
Rank 1
Answers by
Victor
Telerik team
Sacha
Top achievements
Rank 1
Share this question
or