Bar Chart
shadcn-echarts/bar-chartFreeComponent
A bar chart component built with Apache ECharts, styled to match shadcn/ui's design language with automatic dark/light mode support.
Install it
npx shadcn@latest add https://shadcn-echarts.devstool.dev/r/bar-chart.jsonSource
1"use client"23import React from "react"4import { BarChart } from "@devstool/shadcn-echarts"5import type { BarChartProps } from "@devstool/shadcn-echarts"67export type { BarChartProps }89export function BarChartComponent(props: BarChartProps) {10 return <BarChart {...props} />11}
What it pulls in
npm packages
Files it writes
More from shadcn-echarts
All 36 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Area Chartarea-chart | shadcn-echarts | Components | Free | 3 deps | |
| Bar 3D Chartbar-3d-chart | shadcn-echarts | Components | Free | 3 deps | |
| Boxplot Chartboxplot-chart | shadcn-echarts | Components | Free | 3 deps | |
| Calendar Chartcalendar-chart | shadcn-echarts | Components | Free | 3 deps | |
| Candlestick Chartcandlestick-chart | shadcn-echarts | Components | Free | 3 deps | |
| Chord Chartchord-chart | shadcn-echarts | Components | Free | 3 deps | |
| Custom Chartcustom-chart | shadcn-echarts | Components | Free | 3 deps | |
| Funnel Chartfunnel-chart | shadcn-echarts | Components | Free | 3 deps |
