|
|
@@ -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: [{
|