You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/06 08:56:03 UTC

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12760: Points refresh while loading dynamic data

plainheart edited a comment 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org