BBerlet
Results
1
comments of
BBerlet
I was able to fix the second issue by using an @ViewChild('canvas') to retrieve the corresponding DOM-element: @ViewChild('canvas') _ctx:ElementRef; constructor(private _weather: WeatherService) { } ... let ctx = this._ctx.nativeElement.getContext('2d') this.chart...