Removed update

This commit is contained in:
2017-04-05 14:32:37 +02:00
parent 84852ec064
commit e08380d0da
4 changed files with 4 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -489,7 +489,7 @@ var LineChartComponent = (function () {
this.lineChartData = newDataSet;
console.log("Updated lines array");
console.log(this.lineChartData);
this.chart.chart.update();
//this.chart.chart.update();
};
__decorate([
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__angular_core__["Input"])(),
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -61,7 +61,7 @@ export class LineChartComponent implements OnInit {
console.log("Updated lines array");
console.log(this.lineChartData);
this.chart.chart.update();
//this.chart.chart.update();
}
}