BarChart
CSS-based bar chart with configurable data, labels, and colors. Data provided as comma-separated percentages.
Default Chart
Basic bar chart with default data and gold color scheme.
Weekly Performance
Bar chart with custom labels showing weekday performance metrics.
Quarterly Revenue
Green bar chart showing quarterly business performance.
Compact Height
Shorter bar chart with reduced height for dashboard widgets.
Server Load
Red-themed chart for monitoring server utilization across regions.
Team Output
Amber chart for team productivity comparison by department.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | text | "30,60,45,80,55" | Comma-separated values (0-100) |
labels | text | "" | Comma-separated bar labels |
color | text | "#c9952c" | Bar color |
height | text | "200" | Chart height in pixels |