From f1a82707519730abda914f1220d2169d5e13f31a Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 22 四月 2025 08:30:24 +0800
Subject: [PATCH] 停机时间统计更新
---
gmms/WebContent/bigScreen/allGlassflash.jsp | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/gmms/WebContent/bigScreen/allGlassflash.jsp b/gmms/WebContent/bigScreen/allGlassflash.jsp
index 93639d5..6e57eac 100644
--- a/gmms/WebContent/bigScreen/allGlassflash.jsp
+++ b/gmms/WebContent/bigScreen/allGlassflash.jsp
@@ -1277,7 +1277,15 @@
itemStyle: {
color: 'rgb(180, 180, 180)'
}
- },
+ },{
+ name: '鐢佃��2',
+ type: 'bar',
+ barWidth: '40%',
+ data: [220, 152, 200, 334, 390, 330, 220],
+ itemStyle: {
+ color: 'rgb(30, 144, 255)'
+ }
+ },
]
},
@@ -1382,6 +1390,7 @@
this.val.yAxis[0].name="鐢佃��";
this.val.series[0].name='鐢佃��(kw.h)'
+ this.val.series[1].name='鐢佃��(kw.h)1'
for(let i in this.machineElectric){
dianhao.push(this.machineElectric[i]["0_jiqidianliang"]);
shijian.push(this.machineElectric[i]["1_date"]);
@@ -1391,9 +1400,10 @@
this.val.series[0].itemStyle.color='rgb(84,112,198)'
this.val.xAxis[0].data=datashijian;
this.val.series[0].data=dianhao;
+ this.val.series[1].data=dianhao;
HisArr.setOption(this.val);
this.loading=false
- },
+ },
echarsInit1(){
var datashijian=[];
var s=7;
--
Gitblit v1.8.0