zhuth 7 年 前
コミット
52483ee29d
1 ファイル変更4 行追加0 行削除
  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',