score:0

you can add this:

options: {
    **maintainaspectratio : true**, // make the pie small
     legend: {
        display: true,
        labels: {
              **fontsize: 15** //change the size of the labels
        }
    }

}

good luck

score:3

i don't know whether you looked the documentations on chart.js anyway here i'm posting some ideas that you are looking for.

  options: {
        legend: {
            display: true,
            labels: {
                fontcolor: 'rgb(255, 99, 132)'
            }
        }
}

for enhancement please look at this


Related Query

More Query from same tag