Card with a label, headline value, and a row of vertical bars scaled to the data.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Chart1 } from "@/components/beste/piece/chart1";
<Chart1
label="Sessions · this week"
value="8,214"
data={[
42,
68,
54,
81,
36,
72,
90
]}
tone="primary"
/>