Pechoquintas

Results 1 comments of Pechoquintas

You can try the following, it worked for me, remove `NgxEchartsModule` from the `imports` section, and add the following in the `providers`. ``` providers: [ ...(NgxEchartsModule.forRoot({ echarts: async () =>...