score:1

follow official documentation: https://www.chartjs.org/docs/latest/configuration/legend.html

try by changing padding like the below code example, this might fix your problem:

    legend: {
          labels: {
            padding: 40 //default is 10
          },
          display: true,
          position: 'bottom',
          align: 'start'
    },

Related Query

More Query from same tag