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

DataViz charts in Mobile?

3 Answers 467 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 03 May 2012, 09:23 PM
I need to add charts to my mobile app.  Is it possible to use DataViz charts in a kendo.mobile.Application?

3 Answers, 1 is accepted

Sort by
0
Tim
Top achievements
Rank 1
answered on 03 May 2012, 10:16 PM
I tried including <script src="js/kendoUI/kendo.dataviz.min.js" type="text/javascript"></script> in my headcontent, but then my attempt to initialize the mobile app with var app = new kendo.mobile.Application()  fails with "Uncaught TypeError: undefined is not a function".

If I comment out the reference to kendo.dataviz.min.js, kendo.Mobile.Application() initialized OK, but when I try to create a chart I get "Uncaught TypeError: Object [object Object] has no method 'kendoChart'" and the chart is not displayed.
0
Accepted
Petyo
Telerik team
answered on 04 May 2012, 09:51 AM
Hi,

Please check this forum thread

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tim
Top achievements
Rank 1
answered on 04 May 2012, 02:14 PM
Thanks much, using kendo.all.min.js as described in that thread solved my issue.
Tags
General Discussions
Asked by
Tim
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or