let selectData5 = [{name: "有功电量",type: "bar",data: data.data.historyKwhList,unit: "MW",itemStyle: {// 使用渐变色color: {type: "linear",x: 0,y: 0,x2: 0,y2: 1,colorStops: [{offset: 0,color: "#04C886",},{offset: 1,color: "#00595400",},],global: false,},},},];this.barData5 = {legend: {left: "center",},xAxis: [{type: "category",axisTick: { show: false },data: data.data.dateList,axisLabel: {formatter: function (params) {return params && params.substr(0);},},},],yAxis: [{type: "value",},],series: selectData5,};