visualizations
TuxSparkline
Inline mini trend line. No axes, no legend, no tooltip — the point is "what's the shape of this metric over the last N periods?" alongside a
For first-class native charts with axes / multiple series / confidence bands, see
TuxBigStat or TuxFactoid. Native SVG; no chart library. For first-class native charts with axes / multiple series / confidence bands, see
TuxChartLine in design/roadmap.md Priority B. basic
Inline trend with delta
Awarded funding has trended up over ten quarters driven by the IH-35 corridor renewal and the FHWA work-zone classifier grant.
<tux-sparkline
:data="[62, 64, 61, 68, 71, 74, 73, 78, 82, 84]"
:width="120"
:height="32"
show-delta
units="$M awarded"
/>paired with a stat
KPI card composition
awarded · fy26
$84.2M
10-quarter trend
crash rate · ih-35
112
per 100M VMT · 10-q trend
ingest · landscape
4.0
k events/sec · 12-h window
<div class="card-static p-4">
<p class="eyebrow">awarded · fy26</p>
<div class="flex items-end gap-3">
<span class="text-3xl font-bold">$84.2M</span>
<tux-sparkline
:data="grants"
:width="96"
:height="28"
tone="brand"
show-area
show-delta
/>
</div>
</div>tones
Five tones, all theme-aware
brand
success
error
warning
neutral
accessibility
SR-only summary, auto-derived
The SVG carries a computed aria-label and matching <title> derived from the data: "Trend: 10 points, low 61, high 84, last 84 (+35.5% from first)". Pass units="$M awarded" to append a units suffix; pass aria-summary to override entirely.