0👍
Make your labels array like this: doughnutChartLabels: Label[] = ['Centre1 55', 'Centre2 25', 'Centre3 20'];
Instead of doing it hardcoded like this you would need to do this in a loop beforehand
Source:stackexchange.com
0👍
Make your labels array like this: doughnutChartLabels: Label[] = ['Centre1 55', 'Centre2 25', 'Centre3 20'];
Instead of doing it hardcoded like this you would need to do this in a loop beforehand