adoin commented on issue #18716:
URL: https://github.com/apache/echarts/issues/18716#issuecomment-1580177463
> 这个是纯业务相关的问题,和 ECharts 无关,你应该自己思考怎么在自己的业务中实现
Echarts 内置有做差不多了。。。
我自定义一个npm就能用,现在遇到个问题,改变主题之后setOption第一次还是原来颜色,第二次才切换成功主题。这是何意呢。。。
```
private setTheme(themeCode:string): void {
// todo recovery theme change
const args = this.getBackupArguments()
this.clear()
this._theme = themeStorage[themeCode];
this.setOption(args[0], args[1], args[2])
console.log(' log -:686 args', args)
}
```
--
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]