I know this may not be the best way I should use the donut chart.
http://jsbin.com/awaxer/3/edit
As you can see, the center of the donut is filled up.
I found out the problem should be about the holeSize and the data ratio combination.
Say, if you update the chart1's holeSize to 25, the hole will be show again
Or if you update the chart1's data (data1) B from 1 to 1.1, the hole will be show again.
And, as on chart3 & chart4, you may also find the same issue when using "percentage".
You can try different combination on the holeSize and data to trigger this issue.
http://jsbin.com/awaxer/3/edit
As you can see, the center of the donut is filled up.
I found out the problem should be about the holeSize and the data ratio combination.
Say, if you update the chart1's holeSize to 25, the hole will be show again
Or if you update the chart1's data (data1) B from 1 to 1.1, the hole will be show again.
And, as on chart3 & chart4, you may also find the same issue when using "percentage".
You can try different combination on the holeSize and data to trigger this issue.
6 Answers, 1 is accepted
0
Hi Oscar,
Hristo Germanov
the Telerik team
The problem is fixed and the fix will be included with the next official release of Kendo UI. Also you can download the next internal build that will included the fix.
I have updated your points.
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Michaël
Top achievements
Rank 1
answered on 10 Sep 2015, 10:20 AM
Hi,
I can still replicate this issue in the latest build. If one of my donut value is zero, it fills completely the hole, as shown in his example.
0
Hi Michaƫl,
I tried to reproduce the described issue but to no avail (dojo). Could you please modify my example and demonstrate your exact setup?
Regards,
Iliana Nikolova
Telerik
I tried to reproduce the described issue but to no avail (dojo). Could you please modify my example and demonstrate your exact setup?
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
Michaël
Top achievements
Rank 1
answered on 12 Sep 2015, 09:35 AM
Hi Iliana,
Sure. I've created an example that reproduce the error: http://dojo.telerik.com/UkaZu
0
Hi Michaƫl,
This issue is caused by you are passing strings to the chart series, while the chart expects numbers. Take a look at the updated example.
Regards,
Iliana Nikolova
Telerik
This issue is caused by you are passing strings to the chart series, while the chart expects numbers. Take a look at the updated 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
Michaël
Top achievements
Rank 1
answered on 14 Sep 2015, 08:32 AM
Hi Iliana,
Thanks a lot, it seems to make the trick ;).