-
Getting an error during ivy-ngcc (latest 8.3.21) compile.
Firstly get a WARNING:
> Warning: Entry point 'ngx-echarts/core' contains deep imports into '/.../node_modules/echarts/lib/echarts'. This …
-
Unfortunately the Angular 10 build is still broken with v5.1.1
`ng-serve` gives two errors:
```
Error: Tried to write /Users/jens/EL/EL-Sensor/webapp/node_modules/ngx-echarts/lib/ngx-echarts.di…
-
Please upgrade to angular9
```
Entry point 'ngx-echarts/core' contains deep imports into '/Users/jam/go/src/git.eng.lativ.com/eng/lativ/erp/frontend/node_modules/echarts/lib/echarts'. This is proba…
-
This is my role.provider copied from documentation:
```
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Observable';
import { map } from 'rxjs/operators/map';
imp…
-
Date: 2020-07-23T22:01:56.605Z - Hash: 91eb1069bf5298af4ef2 - Time: 43029ms
ERROR in node_modules/ngx-echarts/lib/ngx-echarts.module.d.ts:4:47 - error TS2314: Generic type 'ModuleWithProviders' requ…
-
Hi there,
in the charts documentation there are options for xAxis|Axis. minorTick and minorSplitLine which would be super helpful to use in ngx-echarts.
https://www.echartsjs.com/en/option.html#xA…
-
I've upgraded my app modules to the last version of each, and now when I do ng serve I get the error: "Schema validation failed with the following errors:
Data path "" should have required property…
-
```typescript
ngDoCheck() {
// No heavy work in DoCheck!
if (this.chart && this.autoResize) {
const offsetWidth = this.el.nativeElement.offsetWidth;
const offsetHeight = thi…
-
I create an array with a date and values.
`data.total.push([date.getTime(), input.total]);`
// Sat Feb 01 2020 00:00:00 GMT+0100 , 13135
`axisLabel: {
formatter: (functio…
-
Hi Xieziyu,
I am using echarts in an Angular project. Basically I just used this 3D bar.
https://echarts.apache.org/examples/en/editor.html?c=bar3d-punch-card&gl=1
In dev mode the graph works f…