whj 2 years ago
parent
commit
533fe5721e
1 changed files with 5 additions and 1 deletions
  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 位置空间上;