voidsteed commented on issue #5066: 循环调用setOptions设置map大量散点图数据 存在内存泄漏
URL: 
https://github.com/apache/incubator-echarts/issues/5066#issuecomment-392894155
 
 
   @ZhuGYao 如果你用setOption() default是会merge options, 所以你的series会越来越大的。 
所以你要disable merge, API在这里: 
http://echarts.baidu.com/api.html#echartsInstance.setOption

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to