Bar Chart Card

Card with a label, headline value, and a row of vertical bars scaled to the data.

Sessions · this week8,214

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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"
/>