Compact single-series chart for embedding in tables, cards, and
tooltips. Hides axes, grid, tooltip, and legend — just the line (or
a filled area when filled is set).
Implementation note: uses Recharts at fixed pixel dimensions so the
Library table can place one sparkline per row without invoking a
ResponsiveContainer resize-observer per row. If the Library screen
ever sees a perf cliff from rendering 50+ Recharts instances at
once, swap the internals here for a hand-drawn <svg> path (the
design's original approach in ui.jsx) — the public props stay
the same.
Compact single-series chart for embedding in tables, cards, and tooltips. Hides axes, grid, tooltip, and legend — just the line (or a filled area when
filledis set).Implementation note: uses Recharts at fixed pixel dimensions so the Library table can place one sparkline per row without invoking a
ResponsiveContainerresize-observer per row. If the Library screen ever sees a perf cliff from rendering 50+ Recharts instances at once, swap the internals here for a hand-drawn<svg>path (the design's original approach inui.jsx) — the public props stay the same.