Dashboard Mode - Responsive grid systems
Dashboard Goal
Understand how to build a responsive grid system in Figma for BI dashboards that adapts to different screen sizes.
Understand how to build a responsive grid system in Figma for BI dashboards that adapts to different screen sizes.
| Region | Product | Sales Q1 | Sales Q2 | Sales Q3 | Sales Q4 |
|---|---|---|---|---|---|
| North | Widget A | 100 | 150 | 130 | 170 |
| South | Widget B | 200 | 210 | 190 | 220 |
| East | Widget C | 300 | 310 | 320 | 330 |
| West | Widget D | 400 | 420 | 410 | 430 |
| Central | Widget E | 250 | 260 | 270 | 280 |
Total Sales = Sales Q1 + Sales Q2 + Sales Q3 + Sales Q4+--------------------------------------------------+ | Filter Panel | KPI Cards (5 cards) | | (1 column wide) | (3 columns wide) | +-------------------------+------------------------+ | Bar Chart (full width) | +--------------------------------------------------+ | Line Chart (full width) | +--------------------------------------------------+ Responsive grid: - On wide screens: Filter panel left, KPIs right in a row - On narrow screens: Filter panel on top, KPIs below stacked - Charts always full width below filters and KPIs
The region filter dropdown controls which region's data is shown.
If you select Region = East in the filter, which components update and what changes?