You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/09 03:37:25 UTC

[GitHub] Ovilia commented on issue #8834: How to avoid all chart component re-rendering of chart on calling setOption to update graphics element

Ovilia commented on issue #8834: How to avoid all chart component re-rendering of chart on calling setOption to update graphics element
URL: https://github.com/apache/incubator-echarts/issues/8834#issuecomment-411626372
 
 
   [setOption](http://echarts.baidu.com/api.html#echartsInstance.setOption) takes three parameters at most, `(option: Object, notMerge?: boolean, lazyUpdate?: boolean)`. If `notMerge` is set to be false, it will only update the changed part.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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