zhuth 7 năm trước cách đây
mục cha
commit
52483ee29d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      frontend/saas-web/app/view/core/chart/ChartBase.js

+ 4 - 0
frontend/saas-web/app/view/core/chart/ChartBase.js

@@ -1,6 +1,10 @@
 Ext.define('saas.view.core.chart.ChartBase', {
     extend: 'Ext.panel.Panel',
 
+    requires: [
+        'Ext.chart.*'
+    ],
+
     height: 300,
 
     layout: 'fit',