plainheart commented on issue #12760: URL: https://github.com/apache/incubator-echarts/issues/12760#issuecomment-640015141
Seems to be related to animation, you can temporarily disable chart animation with option `animation: false` to avoid the flicker. But the chart looks weird and not smooth if we disable animation. Therefore, I will suggest using [`dataset`](https://echarts.apache.org/en/tutorial.html#Dataset) to manage chart data which has no such flickering issue. There is a demo on ECharts gallery https://gallery.echartsjs.com/editor.html?c=xmnJypxSli&v=1 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
