Closed gmfu closed 7 years ago
Use <echarts-ng2 [option]="option" [theme]="'dark'"> ; It's not work.
You need to import theme js in component. For example: import 'echarts/theme/dark';
import 'echarts/theme/dark';
I have updated the example of a theme. link
Use <echarts-ng2 [option]="option" [theme]="'dark'"> ; It's not work.