Dashboard Mode - Variables in prototypes
Goal
Understand how to use variables in Figma prototypes to create interactive dashboards that respond to user input.
Understand how to use variables in Figma prototypes to create interactive dashboards that respond to user input.
| Region | Month | Sales |
|---|---|---|
| North | Jan | 100 |
| North | Feb | 150 |
| South | Jan | 200 |
| South | Feb | 250 |
| East | Jan | 300 |
| East | Feb | 350 |
selectedRegionselectedRegion variable.+----------------------+--------------------+ | Total Sales | Region Selector | | (KPI Card) | (Dropdown) | +----------------------+--------------------+ | | | Sales by Region (Bar Chart) | | | +----------------------------------------------+ | | | Sales Details (Table) | | | +----------------------------------------------+
The Region Selector dropdown sets the selectedRegion variable.
When selectedRegion changes:
If you select South in the Region Selector dropdown, which components update and what do they show?