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

Donut chart "fill up donut" problem

6 Answers 119 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 18 Apr 2013, 09:49 AM
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.

6 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 22 Apr 2013, 12:53 PM
Hi Oscar,

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.

All the best,
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
Iliana Dyankova
Telerik team
answered on 12 Sep 2015, 07:36 AM
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
 
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
Iliana Dyankova
Telerik team
answered on 14 Sep 2015, 07:21 AM
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
 
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 ;).

Tags
Charts
Asked by
Oscar
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Michaël
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or