whj hace 2 años
padre
commit
533fe5721e
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/views/remote/opc-log/modules/Detail.vue

+ 5 - 1
src/views/remote/opc-log/modules/Detail.vue

@@ -206,7 +206,11 @@ export default {
         showCrosshairs: true, // 展示 Tooltip 辅助线
         shared: true
       })
-
+      this.chart.scale({
+        sale: {
+          min: 0
+        }
+      })
       // 几何图形 Geometry;
       // 使用 line 绘制折线图
       // 使用 position 通道将对应的变量映射到 x 和 y 位置空间上;