Dashboard Mode - Creating components
Goal
Understand how to create reusable components in Figma to build consistent BI dashboards efficiently.
Understand how to create reusable components in Figma to build consistent BI dashboards efficiently.
| Month | Sales | Region |
|---|---|---|
| January | 100 | North |
| February | 150 | North |
| March | 200 | South |
| April | 250 | South |
| May | 300 | East |
| June | 350 | East |
+----------------------+----------------------+ | KPI Card | Region Filter | +----------------------+----------------------+ | Bar Chart | | | +----------------------------------------------+ | Sales Table | +----------------------------------------------+
The Region Filter controls which data is shown in the KPI Card, Bar Chart, and Sales Table. Selecting a region updates all these components to show only sales from that region. For example, choosing 'North' updates the KPI Card to sum sales for January and February only (100+150=250), the Bar Chart to show bars for those months, and the Sales Table to list only those rows.
If you select the region filter to 'South', which components update and what data do they show?