A data analyst wants to compare the total sales of four different product categories for a single year. Which chart type is most appropriate for this comparison?
Trap 1: Pie chart
Pie charts show part-to-whole relationships and are not ideal for comparing many categories.
Trap 2: Scatter plot
Scatter plots show relationships between two variables, not comparisons of categories.
Trap 3: Line chart
Line charts are used for trends over time, not for comparing categories.
- A
Pie chart
Why wrong: Pie charts show part-to-whole relationships and are not ideal for comparing many categories.
- B
Scatter plot
Why wrong: Scatter plots show relationships between two variables, not comparisons of categories.
- C
Line chart
Why wrong: Line charts are used for trends over time, not for comparing categories.
- D
Bar chart
Correct. Bar charts are best for comparing values across categories.