Dashboard Mode - Fixed elements in prototypes
Goal
Understand how fixed elements in prototypes help keep important parts visible while scrolling, improving user experience in dashboards.
Understand how fixed elements in prototypes help keep important parts visible while scrolling, improving user experience in dashboards.
| Month | Region | Sales |
|---|---|---|
| January | North | 100 |
| February | North | 150 |
| March | North | 200 |
| January | South | 120 |
| February | South | 180 |
| March | South | 220 |
+--------------------------------------------------+
| Fixed Header Bar (Dashboard Title & Navigation) |
+----------------+---------------------------------+
| Fixed Filter | Sales Line Chart |
| Panel (Left) | (Scrollable vertically) |
| (Fixed) | |
+----------------+---------------------------------+
| Sales Data Table (Scrollable) |
| + KPI Card (Below Header, scrolls)|
+--------------------------------------------------+
The fixed filter panel lets users select Region and Month. When filters change:
Try this: Add a filter for Region = South. Which components update?