Sparkline

A self-drawing line chart that scales to any width.

Data

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/sparkline.json

Props

PropTypeDefaultDescription
datanumber[]-The series to draw. Scaled to the viewBox.
colorstring"var(--color-brand)"Stroke and fill colour.
areabooleantrueFill the area under the line.
animatebooleantrueDraw the line when it first enters view.
heightnumber40Height in pixels. Width stays fluid.
labelstring-Accessible description of the series.