Themed Recharts charts with tooltip and legend. Data is pinned and animation is off so the preview does not drift.
pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/chart.jsonpnpm dlx shadcn@latest add @stylexcn/chart<ChartContainer config={chartConfig}>
<BarChart accessibilityLayer data={chartData}>
<CartesianGrid vertical={false} />
<XAxis dataKey="month" tickLine={false} axisLine={false} />
<ChartTooltip content={<ChartTooltipContent hideLabel />} />
<Bar dataKey="desktop" fill="var(--color-desktop)" radius={8} />
</BarChart>
</ChartContainer>