Ver código fonte

🐞 fix(设备监控): 取消Y轴显示

Zimo 6 dias atrás
pai
commit
344c903c62
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/pms/device/monitor/TdDeviceInfo.vue

+ 1 - 1
src/views/pms/device/monitor/TdDeviceInfo.vue

@@ -217,7 +217,7 @@ function render() {
           return num.toLocaleString()
         }
       },
-      show: true
+      show: false
     },
     legend: {
       data: dimensions.value.map((item) => item.name),