ExtJS 5 は初めてです。ExtJs チャートで作業していたとき。クライアント側で次の例外が発生しています
NetworkError: 404 Not Found - .....widget/category.js
categor...3193905
Error: [Ext.create] Unrecognized class name / alias: widget.category
I have tried using
Ext.require([
'Ext.chart.*'
]);
But its not working for me.
Please suggest something to get rid of this.