Comparison Bar

Two horizontal bars comparing this period against the previous one.

Revenue
This week$48.2K
Last week$42.9K

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

Import & use
import { Chart3 } from "@/components/beste/piece/chart3";

<Chart3
  label="Revenue"
  currentValue="$48.2K"
  previousValue="$42.9K"
  current={48.2}
  previous={42.9}
  currentLabel="This week"
  previousLabel="Last week"
/>