2👍
This can be done through the legend.labels.boxWidth
option as follows:
options: {
responsive: true,
legend: {
labels: {
boxWidth: 15
}
}
...
}
boxWidth
: Width of coloured box (default value is40
).
- Chartjs-How can i show labels and value in both on bar chart
- Chartjs-How to create dynamically chart for Ionic App with Firebase data?
Source:stackexchange.com