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 2021/07/02 06:52:50 UTC

[GitHub] [echarts] Ovilia commented on issue #15269: When setOption, whole series will rerender. How Can I only render changed series?

Ovilia commented on issue #15269:
URL: https://github.com/apache/echarts/issues/15269#issuecomment-872764074


   Usually when we render with Canvas, the basic process is to clear all the canvas and repaint all the elements. So this is what you get when calling setOption. If you wish to render part of the content out of performance consideration, you may set the series that you wish to re-render only with a different `zlevel` so that it will be displayed in another Canvas and only that Canvas will re-render when this series changes.
   In most cases, you don't have to do this, unless you have performance issues.


-- 
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: commits-unsubscribe@echarts.apache.org

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