lookml-dashboards
Installation
SKILL.md
LookML Dashboard Best Practices
This skill distills the key characteristics of high-quality dashboards. For a deep dive into technical details, see the Dashboard Parameter Reference, Table Calculation Reference, and the Boilerplate Template.
1. Dashboard Layout and Structure
- Layout Method: Standardize on
layout: newspaper. It provides a 24-column grid for flexible element positioning. - Sectioning: Use
type: textelements as section headers to create a visual narrative.- Width: Use
width: 24to span the full dashboard. - Visual Hierarchy: Place high-level KPIs at the top row, followed by trend visualizations, and detailed breakdowns/tables at the bottom.
- Width: Use
- Element Sizing:
- KPIs: Typically
width: 4to6andheight: 3to4. - Trends (Area/Line): Typically
width: 12to24andheight: 6to8.
- KPIs: Typically
2. Tabs Implementation
Tabs are critical for organizing complex dashboards into logical sections (e.g., "Overview", "Deep Dive").