korax
15 Aug 2011, 9:15 AM
I'm unable to create charts using ext-debug.js in my development application. An exception is thrown:
uncaught exception: No theme found named "Base"
...or whatever theme I try to use. Everything's fine when using ext-all-debug.js, but I can't compile my app using the SDK tools with that version of the framework. Can anyone tell me what I'm doing wrong? Is there a specific class I should require using the loader?
If I try to include the base theme like this:
Ext.Loader.require('Ext.chart.theme.Base');
The error is:
Ext.chart.series is undefined
So obviously there's some issue with ext-debug.js and charting, or I don't understand how to use ext-debug.js with the charting package (although I don't have a problem developing with any other part of ExtJS).
uncaught exception: No theme found named "Base"
...or whatever theme I try to use. Everything's fine when using ext-all-debug.js, but I can't compile my app using the SDK tools with that version of the framework. Can anyone tell me what I'm doing wrong? Is there a specific class I should require using the loader?
If I try to include the base theme like this:
Ext.Loader.require('Ext.chart.theme.Base');
The error is:
Ext.chart.series is undefined
So obviously there's some issue with ext-debug.js and charting, or I don't understand how to use ext-debug.js with the charting package (although I don't have a problem developing with any other part of ExtJS).