
A sparkline, a trend with no axes, sized for a stat card.
When to use
Sparklines are stripped-down trend lines designed to fit inside a card or dashboard tile alongside a big-number headline. Use them when the trend matters less than the current value, but you still want a one-glance sense of direction.Required data shape
- X axis: a date property.
- Y axis: a numeric or aggregated property.
Configuration
Limitations
- No axis labels or grid by design, pair with the headline number for context.
- Bucket counts under ~6 produce a near-flat line; use a Line chart for short windows.