-
uncaught Error: Template parse errors:
Can't bind to 'options' since it isn't a known property of 'div'. (" 条形图
][options]="chart…
-
project name call ngx-echarts or angular-echarts, might be more appropriate
-
ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
node_modules/ngx-echarts/node_modules/@angular/core/node_modu…
Hzert updated
6 years ago
-
'ng serve' and 'ng build' works fine
but 'ng test' fails when using **jest**
![testfail](https://user-images.githubusercontent.com/2959591/208844963-ce3705be-09c1-4c73-991c-750f5613453a.png)
l…
-
@types/echarts 4.6.2
ngx-echarts 5.0.0
echarts 4.8.0
angular 8.3.26
-
我想请问下,在使用angular6和ngx-echarts3.0.1的前提下,我的echarts图初始化加载不出来,调整浏览器宽度才会出来,我想问下有没有手动加载的api
-
Hello,
I just updated my project from Angular 17 to 18 (same for ngx-echarts) and I am now facing this error :
```
ERROR TypeError: init is not a function
at /node_modules/ngx-echarts/fesm2…
-
I have tried the new v5.0.0 with Angular 9
configuration:
- Angular v 9.1.0
- ngx-echarts v5.0.0
- echarts v4.8.0
And I get the following error:
`core.js:6185 ERROR TypeError: Cannot read…
-
If a chart is embedded in a component which is in hidden state (display: none) then chart will not be shown even after changing parent display property. Below is the stackblitz sample to reproduce. Ch…
-
Hello, ngx-echarts team,
I am using ngx-echarts library in the frontend angular application. I want to build my own service with predefined entities, like f.e. grid, text_style, axis_label etc., th…