소스 검색

完善液位高度和宽度

hfxc226 2 년 전
부모
커밋
3369d97b52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/remote/opc-log/modules/Detail.vue

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

@@ -248,7 +248,7 @@ export default {
       this.chart.line().position('time*value')
       // 使用 point 绘制点
       // 使用 position 将对应的变量映射到 x 和 y 位置空间上;
-      this.chart.point().position('time*value')
+      //this.chart.point().position('time*value')
       this.chart.render()
     },
     onStartChange (date, dateString) {