wccd opened a new issue, #20478: URL: https://github.com/apache/echarts/issues/20478
### What problem does this feature solve? let option = this.chart.getOption(); echarts.dispose(this.chart); this.chart = echarts.init(dom, "themeName"); this.chart.setOption(option)); 当前是这样设置主题的,会导致第二次调用时option已经是前一个主题内容,从而覆盖第二次使用的主题。不确定是否我的使用方式有误。 ### What does the proposed API look like? 期望有一个更便捷的切换主题内置方法 -- 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]
