Dashboard Mode - Connection creation (click, hover)
Goal
Understand how to create interactive connections between dashboard elements using click and hover actions in Figma to simulate BI dashboard behavior.
Understand how to create interactive connections between dashboard elements using click and hover actions in Figma to simulate BI dashboard behavior.
| Product | Region | Sales | Month |
|---|---|---|---|
| Widget A | North | 100 | Jan |
| Widget B | South | 150 | Jan |
| Widget A | North | 120 | Feb |
| Widget B | South | 130 | Feb |
| Widget A | North | 140 | Mar |
| Widget B | South | 160 | Mar |
+----------------------+----------------------+ | KPI Card | Bar Chart | | (Total Sales) | (Sales by Month) | +----------------------+----------------------+ | Table (Sales Details) | | | +--------------------------------------------+
Click on Bar Chart Month: When user clicks a month bar, the KPI Card updates to show total sales for that month only. The Table filters to show only rows for that month.
Hover on KPI Card: When user hovers over the KPI Card, the Bar Chart highlights all bars with a subtle color change to emphasize total sales context.
If you click the "Feb" bar in the Bar Chart, which components update and what do they show?