David Naumann

Results 4 comments of David Naumann

Still relevant found in LTS (v20.11.1) and latest (v21.6.2).

Also seeing above error on version 4.4.3, minimal example this this occurs on below: ```ts return new Chart(this.elementRef, { type: 'pie', data: { labels: ["hi", "bye"], datasets: [ {data: [1,...

``` Types of property 'config' are incompatible. Type 'ChartConfiguration | ChartConfigurationCustomTypesPerDataset' is not assignable to type 'ChartConfiguration | ChartConfigurationCustomTypesPerDataset'. Type 'ChartConfiguration' is not assignable to type 'ChartConfiguration | ChartConfigurationCustomTypesPerDataset'. Type...