src/views/mdc/base/modules/StatisticalAnalysis/StatisticalAnalysisMain.vue
@@ -321,8 +321,8 @@ }, legend: { orient: 'vertical', x: 'left', y: 'bottom', x: '85%', y: '50%', data: ['开机时间', '关机时间'] }, calculable: true, @@ -334,7 +334,7 @@ itemStyle: { normal: { color: function (params) { let colorList = ['#849db8', '#6496e9']; let colorList = [ '#6496e9','#849db8']; return colorList[params.dataIndex] }, label: { @@ -363,8 +363,8 @@ }, legend: { orient: 'vertical', x: 'left', y: 'bottom', x: '85%', y: '50%', data: ['运行时间', '待机时间'] }, calculable: true,