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)