1๐
โ
As described in the docs you can set the size in the options.plugins.legend.labels.font.size
namespace
options: {
plugins: {
legend: {
labels: {
font: {
size: 20
}
}
}
}
}
Source:stackexchange.com