zhuth 7 years ago
parent
commit
52483ee29d
1 changed files with 4 additions and 0 deletions
  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',