This commit is contained in:
2017-04-10 13:58:54 +02:00
parent f710be45ae
commit b5d76caba9
4 changed files with 9 additions and 4 deletions
+4 -1
View File
@@ -55,7 +55,10 @@ export class LineChartComponent implements OnInit, OnChanges {
}
ngOnChanges(): void {
this.chart.chart.update();
if(this.chart.chart != undefined){
this.chart.chart.update();
}
}