A data analyst creates a dashboard for operational metrics. The operations team reports that the dashboard is confusing because it shows too many metrics on one screen. Which design principle should the analyst apply?
Trap 1: Increase white space
While white space improves readability, it does not reduce the number of metrics.
Trap 2: Use a single chart type
Different metrics may require different chart types for clarity.
Trap 3: Add more filters
Adding filters can make the dashboard more interactive but also more complex.
- A
Apply progressive disclosure
Progressive disclosure shows a summary first and allows drilling into details.
- B
Increase white space
Why wrong: While white space improves readability, it does not reduce the number of metrics.
- C
Use a single chart type
Why wrong: Different metrics may require different chart types for clarity.
- D
Add more filters
Why wrong: Adding filters can make the dashboard more interactive but also more complex.