3👍
✅
Try this:
this.pieChartLabels = arrayLabel;
…instead of:
this.pieChartLabels = [arrayLabel] ;
Source:stackexchange.com
3👍
Try this:
this.pieChartLabels = arrayLabel;
…instead of:
this.pieChartLabels = [arrayLabel] ;