Debug info
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
@@ -768,6 +768,9 @@ var PieChartComponent = (function () {
|
||||
this.pieChartType = 'pie';
|
||||
}
|
||||
PieChartComponent.prototype.ngOnInit = function () {
|
||||
console.log("Data in piechart");
|
||||
console.log(this.data);
|
||||
console.log(this.label);
|
||||
this.pieChartLabels = this.label.data.slice();
|
||||
this.pieChartData = this.data.data.slice();
|
||||
};
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -24,6 +24,10 @@ export class PieChartComponent implements OnInit, OnChanges {
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
console.log("Data in piechart");
|
||||
console.log(this.data);
|
||||
console.log(this.label);
|
||||
|
||||
this.pieChartLabels = this.label.data.slice();
|
||||
this.pieChartData = this.data.data.slice();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user