Armando Ota

Results 3 comments of Armando Ota

Any example of how to use it as plain JS in angular component ?

in app.module.ts i've got ``` imports: [ NgxEchartsModule.forRoot({ /** * This will import all modules from echarts. * If you only need custom modules, * please refer to [Custom Build]...

ok I've managed to fix it by putting into **app.module.ts**: import * as echarts from 'echarts'; import '../assets/echarts/depoTheme.js'; and changed in imports to: **NgxEchartsModule.forRoot({ echarts }),** I was hoping that...