Chartjs-How get values on legend label withn Chart js on Angular

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

Leave a comment