Two horizontal bars comparing this period against the previous one.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>