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',