浏览代码

WMS历史轨迹-更改警戒线的颜色变深;增加温度最大值。

DongZ 1 年之前
父节点
当前提交
8a75b4fab8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/WMS/historical-route/index.vue

+ 3 - 3
src/views/WMS/historical-route/index.vue

@@ -227,7 +227,7 @@
                 },
                 markArea: {
                   itemStyle: {
-                    color: 'rgba(255, 173, 177, 0.4)'
+                    color: 'rgba(255, 0, 0)'
                   },
                   data: [
                     [{
@@ -299,7 +299,7 @@
                   },
                   markArea: {
                     itemStyle: {
-                      color: 'rgba(255, 173, 177, 0.4)'
+                      color: 'rgba(255, 0, 0)'
                     },
                     data: [
                       [{
@@ -453,7 +453,7 @@
           yAxis: {
             name: '温度',
             // Y轴最大值
-            // max: 10,
+            max: 10,
             // 间隔值
             // interval: 3
           },