...
|
...
|
@@ -188,7 +188,7 @@ export default { |
|
|
clearInterval(this.timerId)
|
|
|
}
|
|
|
let index = 12
|
|
|
this.timerId = setInterval(() => {
|
|
|
/*this.timerId = setInterval(() => {
|
|
|
this.startValue++
|
|
|
this.endValue++
|
|
|
if ((this.allData.polyline.data).length > 0) {
|
...
|
...
|
@@ -201,7 +201,7 @@ export default { |
|
|
console.log(this.startValue)
|
|
|
console.log(this.endValue)
|
|
|
this.updateChart()
|
|
|
}, 5000)
|
|
|
}, 5000)*/
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|