Ovilia commented on issue #16164: URL: https://github.com/apache/echarts/issues/16164#issuecomment-985381809
lines 的原理是将之前的画面与当前的 blend 以制造 blur 的效果,因此 setOption 的时候清空了画布就会产生这一现象,这不是 bug,也没法解决,建议减少 setOption 的频率。 -- 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]
