0👍
I was able to place the title on the left side of the doughnut chart by applying this configuration.
this.options = {
responsive: true,
plugins: {
legend: {
position: 'left',
}
}
}
- Chartjs-How to calculate the number of columns in a database with specific values (Query)
- Chartjs-How to assign specific colors to data items in a doughnut chart in Angular Chart?
Source:stackexchange.com