-
9 Apr 2012 2:33 AM #1
Unanswered: pie chart in sencha2
Unanswered: pie chart in sencha2
i have added a pie chart in my sencha2 application,which is following the mvc architecture. i have added touch-charts-demo.css & touch-charts.js in my index.html page. but the problem is that pie is getting displayed with overlapping all the slices,means its showing only one circle without any slice. how can i get the pie chart,plz help me out?
-
9 Apr 2012 5:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
- Answers
- 3102
Are you using the sencha touch JS and CSS file that is with the touch charts release?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
9 Apr 2012 8:51 PM #3
i have added sencha touch JS and CSS file,bt i am getting error like
Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: Ext.util.MixedCollection in sencha-touch.js 3152
Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: Ext.util.MixedCollection in Dispatcher.js
Failed to load resource: the server responded with a status of 404 (Not Found) in Dom.js
Failed to load resource: the server responded with a status of 404 (Not Found) in CompositeElementLite.js
-
11 Apr 2012 2:44 AM #4
-
11 Apr 2012 4:05 AM #5
that code is already added.bt still its not working.
-
11 Apr 2012 4:59 AM #6
-
11 Apr 2012 8:23 PM #7
my app.js file is as follow
Ext.Loader.setConfig({ enabled: true });
Ext.application({
name: 'sample',
controllers: ['Enter']
});


Reply With Quote