Components•HUD graph
Components•HUD graph
HUD graph
A minimal HUD area chart for telemetry, signal, or system-health surfaces. It accepts raw time-series points plus stroke, fill, dot, and scale controls for compact display contexts.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/hud-graphHow to use
import { HudAreaChart } from "@/components/bjork-ui/hud/graph";export function Demo() { return <HudAreaChart data={data} showYAxis={false} scale={1.5} />;}