wente
2024-10-12 7bfdb4f9eba9bd46dc0d3c194078910f7b411e15
web/src/views/modules/taskReliability/TimeDiagram.vue
@@ -638,11 +638,6 @@
        }
        console.log(res.data)
      },
      graphRightTranslate(){
        this.left+=200
        this.graph.scrollToPoint(this.left, null,  { animation: { duration: 400 }})
        // this.graph.setScrollbarPosition(100, null, { animation: { duration: 200, easing: 'linear' }})
      },
      getPoint(x,smallWidth){
        let pointX = Number((x * (this.bigWidth / smallWidth )).toFixed(0))
        // console.log(pointX)