0
0
Figmabi_tool~8 mins

Scroll behavior (vertical, horizontal) in Figma - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Scroll behavior (vertical, horizontal)
Goal

Understand how vertical and horizontal scroll behaviors help users explore large dashboards smoothly.

Sample Data
MonthRegionSalesProfitCustomers
JanNorth1003050
FebSouth1504560
MarEast2007080
AprWest1304055
MayNorth1705065
JunSouth1906075
JulEast2108085
AugWest1605570
Dashboard Components
  • KPI Cards (Top Row): Show Total Sales, Total Profit, and Total Customers.
    Formulas:
    • Total Sales = SUM(Sales) = 1310
    • Total Profit = SUM(Profit) = 430
    • Total Customers = SUM(Customers) = 540
  • Horizontal Scroll Table: Monthly sales by region with columns for each month (Jan to Aug).
    This table is wider than the screen, so horizontal scroll is enabled.
  • Vertical Scroll Chart: Bar chart showing Sales by Region.
    Chart height is fixed, so vertical scroll appears if data grows.
Dashboard Layout
+-------------------------------------------------------------+
| KPI Cards: Total Sales | Total Profit | Total Customers      |
+-------------------------------------------------------------+
| Horizontal Scroll Table: Monthly Sales by Region (wide)     |
|  <--- Scroll horizontally to see all months --->            |
+-------------------------------------------------------------+
| Vertical Scroll Chart: Sales by Region (fixed height)       |
|  | Scroll vertically if more regions added |                |
+-------------------------------------------------------------+
    
Interactivity

Filters for Region and Month let users narrow data.

  • Applying a Region filter updates KPI cards, table, and chart.
  • Applying a Month filter updates KPI cards and horizontal scroll table only.
  • Horizontal scroll allows viewing all months without changing filters.
  • Vertical scroll lets users see all regions if many are added.
Self Check

If you add a filter for Region = 'East', which components update?

  • KPI Cards show totals only for East region.
  • Horizontal Scroll Table shows sales for East region across months.
  • Vertical Scroll Chart shows sales bars only for East region.
Key Result
Dashboard demonstrating vertical and horizontal scroll behaviors with KPI cards, a wide table, and a fixed-height chart.