ソースを参照

束管日报页面修改

bobo04052021@163.com 4 ヶ月 前
コミット
5da40f8094
1 ファイル変更10 行追加10 行削除
  1. 10 10
      src/views/vent/bundle/bundleMonitorTable/index.vue

+ 10 - 10
src/views/vent/bundle/bundleMonitorTable/index.vue

@@ -275,16 +275,16 @@ function updateChart(data: any) {
         data: n2AveValues,
         type: 'bar',
       },
-      {
-        name: 'NO₂最大值',
-        data: no2MaxValues,
-        type: 'bar',
-      },
-      {
-        name: 'NO₂平均值',
-        data: no2AveValues,
-        type: 'bar',
-      },
+      // {
+      //   name: 'NO₂最大值',
+      //   data: no2MaxValues,
+      //   type: 'bar',
+      // },
+      // {
+      //   name: 'NO₂平均值',
+      //   data: no2AveValues,
+      //   type: 'bar',
+      // },
     ],
   };
   myChart.setOption(option);