Back to blocksView all charts blocks


Installation
npx shadcn add @mylo-ui/chart-barPreview
Sales Analytics
Product Performance
Sales vs target by product
Sales Comparison
Compare actual sales against targets
Top Product
Product F
6,200 units
Total Sales
25,700
+15.3%
Avg per Product
4,283
+5.2%
Target Achievement
106%
+7% above
Usage
import { ChartBar } from "@/components/blocks/chart-bar"
export default function Page() {
return <ChartBar />
}Dependencies
lucide-react
recharts
shadcn/ui Components
card
badge
button
Related Blocks
More charts blocks you might like

charts
Line Chart
Line chart with dual series support for trends over time
Ready to use
/blocks/chart-line
charts
Pie Chart
Pie chart showing part-to-whole relationships with breakdown
Ready to use
/blocks/chart-pie
charts
Area Chart
Area chart with gradient fills for showing cumulative data over time
Ready to use
/blocks/chart-area