Concept Flow - Why pie charts show proportions
Start with data values
Calculate total sum of values
Calculate each value's proportion = value / total
Convert proportions to angles for pie slices
Draw pie chart slices with angles
Display pie chart showing proportions
Pie charts show proportions by dividing each value by the total sum, converting these proportions into slice angles, and drawing slices accordingly.