Dashboard Mode - Why shapes build visual elements
Goal
Understand how simple shapes combine to create clear visual elements in dashboards.
Understand how simple shapes combine to create clear visual elements in dashboards.
| Shape | Color | Size (px) | Purpose |
|---|---|---|---|
| Rectangle | Blue | 100x50 | Background block |
| Circle | Green | 40 diameter | Highlight point |
| Line | Gray | 100 length | Separator |
| Triangle | Red | 30 base | Arrow indicator |
| Ellipse | Yellow | 80x40 | Button shape |
+----------------------+ +----------------+ +----------------+ | KPI Card (Blue) | | Highlight Icon | | Button (Yellow) | | [Rectangle shape] | | (Green circle)| | [Ellipse shape]| +----------------------+ +----------------+ +----------------+ +----------------------------------------------------------+ | Separator Line (Gray) ----------------------------------- | +----------------------------------------------------------+ +----------------------+ +----------------+ | Arrow Indicator | | Data Table | | (Red triangle) | | (Text & shapes)| +----------------------+ +----------------+
Clicking the yellow ellipse button filters data in the table and updates the KPI card number. The arrow indicator changes direction based on filtered data trends. Highlight icons appear next to key values dynamically.
If you click the yellow button to filter for high sales, which components update? The KPI card number changes, the arrow indicator points up, and highlight icons appear next to top sales values.