It took me a full day to realize it was the way Kendo was perceiving the data and not something I was doing, to come to the conclusion that Pie charts will not display properly if the data handed to it is in a string format, however all other charts are fine. I've been working on a dashboard and passing all data to the browser in the same manner until I tried drawing pie charts. This is more of a "in-case anyone comes across this issue" or even something for the Telerik team to put in as a fix, but I made a jsbin example to demonstrate the problem
http://jsbin.com/anezec/2/edit
I'm just curious as to why the lines have no problem display but the pie charts do?
http://jsbin.com/anezec/2/edit
I'm just curious as to why the lines have no problem display but the pie charts do?