Aligning a pie/donut chart
- Dominant language
- JavaScript
- Stars
- 67.7k
- Forks
- 11.9k
- Avg merge
- 7h 39m
- Merged PRs (30d)
- 5
Description
### Feature Proposal
I'd like to control the alignment of pie / donot charts inside the canvas. These charts are currently always drawn in the center.
When a legend is added it seems to be centered in the remaining space, while the legend seems to drawn al the way to the side.

I'd love to be able to control the position of these charts like we can control the legend using `position` and `align` properties. Ideally this also controls the position of the legend.
### Feature Use Case
I'm trying to create a chart a chart with a legend where the pie chart is close to the legend and the combination of the two is either center aligned or aligned to the left.
But currently I can't control how it takes up the available space. I could have more control my creating the legend using html, but I'm already drawing multiple charts in the same project using the build in one.
I'd love to be able to create layouts like:


I realize this partly has been raised before, but that was for v1 and all of the links that where referenced are now broken.
https://github.com/chartjs/Chart.js/issues/1266
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.