buctwp commented on issue #19377:
URL: https://github.com/apache/echarts/issues/19377#issuecomment-1848991155
change this code
`if(this.xAxisLen/60 == 0) this.chartObj[chart_${index}].clear()`
to
`this.chartObj[chart_${index}].clear()`
call clear() before each setOption seems to solve this problem
I have used it this way before, but in the past, charts seemed to shake, so
I commented on this call.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]