Chart.js
Chart.js copied to clipboard
Chart in the center of a Doughnut
Feature Proposal
It would be nice if in the center of a Doughnut Chart we could add an additional chart as well. In my example in the screenshot you can see what I mean exactly.

Possible Implementation
No response
I don't think this is something the majority of users will benefit. So it is better to implement this exernally. You can take 2 approaches to achieve what you want:
- Place another smaller canvas over the doughnut in the center and use that to make another chart with chart.js itself.
- Write a custom plugin that draws the chart itself on the same canvas as the doughnut is on
It almost works actually: https://codepen.io/kurkle/pen/ZEXNgJW
Just the dougnut controller expects all datasets to be dougnuts, and tries to call _getRotation from every controller, which fails.