John Thompson
Top achievements
Rank 2
John Thompson
asked on 02 Aug 2012, 06:09 PM
I have an application that I need to place the total of the values in the center hole of a donut chart. For instance, if I had 5 series values of 1, 2, 3, 4 and 5 then the hole in the center of the donut would contain 15. Of course, I would need to be able to control the font and format of the number.
Is this possible?
Regards,
Jay
Is this possible?
Regards,
Jay
5 Answers, 1 is accepted
0
Accepted
Hi Jay,
I am afraid what you are trying to achieve is not supported. Such functionality is not in our immediate plans, however we may consider it for future releases. If you wish you can create an entry at our UserVoice page - the community interest in the idea will influence on our decision towards implementing it.
the Telerik team
I am afraid what you are trying to achieve is not supported. Such functionality is not in our immediate plans, however we may consider it for future releases. If you wish you can create an entry at our UserVoice page - the community interest in the idea will influence on our decision towards implementing it.
Regards,
Iliana Nikolovathe Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jo
Top achievements
Rank 1
answered on 16 Sep 2014, 04:31 AM
For anyone coming across looking for text inside donut hole:
http://stackoverflow.com/questions/25561471/kendoui-set-northwind-demo-like
http://dojo.telerik.com/ufeRU
http://stackoverflow.com/questions/25561471/kendoui-set-northwind-demo-like
http://dojo.telerik.com/ufeRU
0
Devin
Top achievements
Rank 1
answered on 09 Oct 2015, 08:51 PM
I hate to thread resurrect but this is exactly what I'm trying to accomplish. Has this been added by chance?
0
Hello Devin,
You could get this outcome using additional HTML / CSS. For your convenience here is a dojo example.
Regards,
Iliana Nikolova
Telerik
You could get this outcome using additional HTML / CSS. For your convenience here is a dojo example.
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Devin
Top achievements
Rank 1
answered on 15 Oct 2015, 01:39 PM
That'll work, it'd be nice for native support as it's a pretty common use-case, but this will work.
For anyone else that's going to do this I recommend adding the css class
pointer-events:
none
on the box that's in the center so you don't disrupt the mouse-over events of the chart at all.