我是 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.