torque-pro-assistant - v1.0.0
    Preparing search index...
    • 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.

      Parameters

      Returns Element

      A small chart sized to width x height pixels.