Removed update
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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"])(),
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user