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

Pie Chart does not display with specific number

1 Answer 106 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Leo
Top achievements
Rank 1
Leo asked on 10 Apr 2012, 02:40 PM
Hi,

I was trying to draw a pie chart which might container just one category, but with some specific value of that category, the pie chart does not display.

e.g. When I have this

series: [{
type: "pie",
data: [ {
category: "Hydro",
value: 312
} ]
}]


It still shows the label but not the pie chart. If I change the value to 78, 156, 312... or 80.5, 161, 321, 322... and it stays the same.

Does anyone know how to fix this problem?

Thanks a lot in advance!

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 10 Apr 2012, 03:54 PM
Hi Leo,

I am not able to reproduce the issue. Can you reproduce it here?

Regards,
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!
Tags
Charts
Asked by
Leo
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or