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

Donut Chart Hole Value

5 Answers 546 Views
Charts
This is a migrated thread and some comments may be shown as answers.
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

5 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 06 Aug 2012, 10:22 AM
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.

Regards,

Iliana Nikolova
the 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
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
Iliana Dyankova
Telerik team
answered on 14 Oct 2015, 10:26 AM
Hello Devin,

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.

Tags
Charts
Asked by
John Thompson
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Jo
Top achievements
Rank 1
Devin
Top achievements
Rank 1
Share this question
or