twp0217 / ngx-echarts

Apache ECharts component for Angular(基于 Angular 的 Apache ECharts 组件)
https://twp0217.github.io/ngx-echarts/
82 stars 25 forks source link

如何动态的设置theme? #16

Closed ding-kai closed 6 years ago

ding-kai commented 7 years ago

theme修改后无法动态更新。echart3舍弃了setTheme,官方建议是销毁后重建实例,所以建议提供一个reset方法

twp0217 commented 7 years ago

感谢建议,晚点更新上库

twp0217 commented 6 years ago

请使用最新版本,设置theme属性即可 <ngx-echarts [option]="option" [theme]="theme"></ngx-echarts>