Pie and doughnut charts are probably the most commonly used charts. They are divided into segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data and are generally used to show percentage or proportional data.
Pie and doughnut charts are effectively the same class in Chart.js, but have one different default value - their cutoutPercentage
. This equates what percentage of the inner should be cut out. This defaults to 0
for pie charts, and 50
for doughnuts.
Doughnut & Pie charts are shown below: