Jelajahi Sumber

王子文 2022年4月13日 16点45分 电厂大屏
第一页面:
5)“ 天然气日消耗情况” 修改为柱状图。
9)HHP/HP/MP/LP 四个颜色的确保需要再明显点。

wangggziwen 3 tahun lalu
induk
melakukan
23ac4f3452

+ 7 - 7
ui/src/views/monitor/elec/echart/bottom/bottomLeftChart.vue

@@ -219,8 +219,9 @@ export default {
               normal: {
                 barBorderRadius: 5,
                 color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  { offset: 0, color: "#87d4de" },
-                  { offset: 1, color: "#4da2db" }
+                  { offset: 0, color: "#5FC6E5" },
+                  { offset: 1, color: "#135E73" }
+                  
                 ])
               }
             },
@@ -237,8 +238,8 @@ export default {
               normal: {
                 barBorderRadius: 5,
                 color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  { offset: 0, color: "#956FD4" },
-                  { offset: 1, color: "#3EACE5" }
+                  { offset: 0, color: "#DEBC16" },
+                  { offset: 1, color: "#73610B" }
                 ])
               }
             },
@@ -257,9 +258,8 @@ export default {
               normal: {
                 barBorderRadius: 5,
                 color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  { offset: 0, color: "rgba(208,107,211,0.8)" },
-                  { offset: 0.2, color: "rgba(208,107,211,0.5)" },
-                  { offset: 1, color: "rgba(208,107,211,0.2)" }
+                  { offset: 0, color: "#07DEA4" },
+                  { offset: 1, color: "#047959" }
                 ])
               }
             },

+ 4 - 4
ui/src/views/monitor/elec/echart/bottom/bottomRightChart1.vue

@@ -89,13 +89,13 @@ export default {
         series: [
           {
             name: this.$t('实际'),
-            type: 'line',
+            type: 'bar',
             symbol: "none",
             data: [9,20, 32, 42, 57, 63, 77, 89, 90, 102, 114, 124, 135, 145, 151, 169, 179, 189, 192, 201, 210, 219, 224, 235, 247, 258, 260, 270, 289,299,304]
           },
           {
             name: this.$t('计划'),
-            type: 'line',
+            type: 'bar',
             symbol: "none",
             data: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280,290,300]
           },
@@ -149,13 +149,13 @@ export default {
         series: [
           {
             name: this.$t('实际'),
-            type: 'line',
+            type: 'bar',
             symbol: "none",
             data: [9,20, 32, 42, 57, 63, 77, 89, 90, 102, 114, 124, 135, 145, 151, 169, 179, 189, 192, 201, 210, 219, 224, 235, 247, 258, 260, 270, 289,299,304]
           },
           {
             name: this.$t('计划'),
-            type: 'line',
+            type: 'bar',
             symbol: "none",
             data: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280,290,300]
           },