Dashboard Mode - Alignment within Auto Layout
Dashboard Goal
Understand how to align elements inside an Auto Layout frame in Figma to create clean, organized BI dashboards.
Understand how to align elements inside an Auto Layout frame in Figma to create clean, organized BI dashboards.
| Region | Sales | Profit |
|---|---|---|
| North | 100 | 30 |
| South | 150 | 50 |
| East | 200 | 70 |
| West | 130 | 40 |
| Central | 170 | 60 |
Alignment Settings Used:
- Horizontal alignment: center for KPI cards, stretch for chart and table.
- Vertical alignment: center for KPI cards, stretch for chart and table.
- Spacing between items: 16px.
- Padding inside Auto Layout frame: 24px.
+--------------------------------------------------+ | Auto Layout Frame | | +----------------+ +----------------+ | | | Total Sales | | Total Profit | | | | (Center) | | (Center) | | | +----------------+ +----------------+ | | | | +--------------------------------------------+ | | | Bar Chart - Sales by Region | | | | (Stretch width) | | | +--------------------------------------------+ | | | | +--------------------------------------------+ | | | Table - Detailed Data | | | | (Stretch width & height) | | | +--------------------------------------------+ | +--------------------------------------------------+
Filters like Region selector update the Bar Chart and Table components dynamically. KPI cards recalculate totals based on filtered data. Alignment remains consistent as Auto Layout adjusts spacing and sizing automatically.
Add a filter for Region = 'East'. Which components update?