zhuth 7 years ago
parent
commit
5dcc1ec3eb
1 changed files with 29 additions and 29 deletions
  1. 29 29
      frontend/saas-web/app/view/home/Home.js

+ 29 - 29
frontend/saas-web/app/view/home/Home.js

@@ -57,38 +57,38 @@ Ext.define('saas.view.home.Home', {
     }, {
         title: '2018年11月经营分析',
         latyout: 'column',
-        items: [{
-            xtype: 'core-chart-pie',
-            columnWidth: 0.33,
-            chartConfig: {
-                captions: {
-                    credits: {
-                        text: 'Data: IDC Predictions - 2017\n' +
-                            'Source: Internet',
-                        align: 'left'
-                    }
-                },
-            }
-        }, {
-            xtype: 'core-chart-bar',
-            columnWidth: 0.33
-        }, {
-            xtype: 'core-chart-gauge',
-            columnWidth: 0.33
-        }]
+        // items: [{
+        //     xtype: 'core-chart-pie',
+        //     columnWidth: 0.33,
+        //     chartConfig: {
+        //         captions: {
+        //             credits: {
+        //                 text: 'Data: IDC Predictions - 2017\n' +
+        //                     'Source: Internet',
+        //                 align: 'left'
+        //             }
+        //         },
+        //     }
+        // }, {
+        //     xtype: 'core-chart-bar',
+        //     columnWidth: 0.33
+        // }, {
+        //     xtype: 'core-chart-gauge',
+        //     columnWidth: 0.33
+        // }]
     }, {
         title: '2018年11月经营分析',
         latyout: 'column',
-        items: [{
-            xtype: 'core-chart-line',
-            columnWidth: 0.33
-        }, {
-            xtype: 'core-chart-pie',
-            columnWidth: 0.33
-        }, {
-            xtype: 'core-chart-pie3d',
-            columnWidth: 0.33
-        }]
+        // items: [{
+        //     xtype: 'core-chart-line',
+        //     columnWidth: 0.33
+        // }, {
+        //     xtype: 'core-chart-pie',
+        //     columnWidth: 0.33
+        // }, {
+        //     xtype: 'core-chart-pie3d',
+        //     columnWidth: 0.33
+        // }]
     }],
 
     items1: [{