score:12

Accepted answer

you can use the boxwidth option to influence the size of the point in the legend:

options: {
  legend: {
    labels: {
      usepointstyle: true,
      boxwidth: 6
    }
  }
}

read the documentation of chartjs about legend


Related Query

More Query from same tag