1👍
The percentage of the chart that is cut out of the middle is defined by cutoutPercentage, e.g.:
options: {
cutoutPercentage: 80,
}
- [Chartjs]-Chart.js how to show tick marks but hide gridlines
- [Chartjs]-Chart.js stacked bar chart in opposite direction
0👍
Add percentageInnerCutout: 70 in options
options: {
percentageInnerCutout: 70, // make doughnut chart slim
}
Source:stackexchange.com