What problem does it solve?
Building Vizro dashboards requires correct grid configuration, component sizing, and control placement, and mistakes like non-rectangular grid cells or squeezed charts produce broken or unreadable pages. This Skill encodes the layout rules so dashboards are structured correctly from the start.
Core Features & Use Cases
- Grid Layout Rules: Enforces 12-column grids with 140px row heights, rectangular component spans, and -1 empty cells.
- Component Sizing Tables: Provides column/row allocations for KPI cards, charts, and tables, including KPI count lookup patterns.
- Filter and Selector Guidance: Defines page-level versus container-level filter placement and maps data types to the right selector (Dropdown, RangeSlider, DatePicker, etc.).
- Use Case: When creating a new Vizro page with 4 KPI cards and two charts, apply the sizing tables to produce a valid grid YAML where each KPI spans 3 columns and charts get at least 3 rows.
Quick Start
Design a Vizro dashboard layout with a row of KPI cards on top, two charts side by side below, and a page-level filter in the left sidebar.