A data analyst is creating a dashboard to monitor server CPU utilization over the past 24 hours. Which chart type is most appropriate for showing the trend of CPU usage over time?
Trap 1: Scatter plot
Scatter plots show correlation between two variables, not time series.
Trap 2: Pie chart
Pie charts are for parts of a whole, not time trends.
Trap 3: Bar chart
Bar charts compare categories, not continuous trends.
- A
Scatter plot
Why wrong: Scatter plots show correlation between two variables, not time series.
- B
Pie chart
Why wrong: Pie charts are for parts of a whole, not time trends.
- C
Line chart
Line charts display trends over time effectively.
- D
Bar chart
Why wrong: Bar charts compare categories, not continuous trends.