4 Answers, 1 is accepted
0
Hi A,
You can specify the size of the donut hole via the series' holeSize property. For example:
Regards,
Iliana Nikolova
the Telerik team
You can specify the size of the donut hole via the series' holeSize property. For example:
$(
"#chart"
).kendoChart({
//....
seriesDefaults: {
holeSize: 20,
//....
}
});
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

A
Top achievements
Rank 1
answered on 08 Oct 2012, 10:29 AM
Thanks a lot.
0

Jenn
Top achievements
Rank 1
answered on 11 Nov 2014, 03:30 PM
How does the number "20" relate to the donut? Is that a percentage of outer width? Is it a pixel size of the hole?
0
Hi Jenn,
The holeSize number is actually a pixel size of the hole radius. For example holeSize 20 will make donut hole 40px.
Regards,
Iliana Nikolova
Telerik
The holeSize number is actually a pixel size of the hole radius. For example holeSize 20 will make donut hole 40px.
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!