plainheart commented on issue #19219: URL: https://github.com/apache/echarts/issues/19219#issuecomment-1768047053
这个问题应该确实存在,当通过 `registerMap` 注册了之后,会被始终存储在全局的 storage 中,调用单个实例对象的 `dispose` 方法并不会清空这些缓存的 map。可能增加一个 unregisterXXX 之类的 API 会比较有用,以允许开发者卸载相关注册。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
