Hi All,
I'm starting to use Kendo's Chart functions for the first time. Using Local Data I can get a chart working fine (http://dojo.telerik.com/eYIrO). When I uncomment out the "transport" section of that Dojo to use Remote Data I get an error in Line 11 of kendo.all.min.js: Uncaught TypeError: e.slice is not a function
The data received by the URL is the exact same as the varDataSource variable (I use PHP json_encode array which I use with Google Charts):
{"data":[{"varRTT":"12","varIPAddress":"10.6.120.240","varPingDate":"1"},{"varRTT":"13","varIPAddress":"10.6.120.240","varPingDate":"2"},{"varRTT":"19","varIPAddress":"10.6.120.240","varPingDate":"3"},{"varRTT":"2","varIPAddress":"10.10.115.252","varPingDate":"4"},{"varRTT":"2","varIPAddress":"10.10.115.252","varPingDate":"5"}]}
I've seen some issues in the forums with remote data and serverGrouping so I disabled that. I also tried to use Schema.Model and define my fields but it didn't work or I didn't do it correctly.
Any help would be appreciated.
Thanks!
Andy
I'm starting to use Kendo's Chart functions for the first time. Using Local Data I can get a chart working fine (http://dojo.telerik.com/eYIrO). When I uncomment out the "transport" section of that Dojo to use Remote Data I get an error in Line 11 of kendo.all.min.js: Uncaught TypeError: e.slice is not a function
The data received by the URL is the exact same as the varDataSource variable (I use PHP json_encode array which I use with Google Charts):
{"data":[{"varRTT":"12","varIPAddress":"10.6.120.240","varPingDate":"1"},{"varRTT":"13","varIPAddress":"10.6.120.240","varPingDate":"2"},{"varRTT":"19","varIPAddress":"10.6.120.240","varPingDate":"3"},{"varRTT":"2","varIPAddress":"10.10.115.252","varPingDate":"4"},{"varRTT":"2","varIPAddress":"10.10.115.252","varPingDate":"5"}]}
I've seen some issues in the forums with remote data and serverGrouping so I disabled that. I also tried to use Schema.Model and define my fields but it didn't work or I didn't do it correctly.
Any help would be appreciated.
Thanks!
Andy