BarChart

A vertical bar chart for comparing values across categories, with optional stacking.

Installation

npx dafink-ui add bar-chart

Requires: recharts

Demo

Props

NameTypeDefaultDescription
dataChartDataPoint[]-Array of data objects.
xKeystring-Key to use as the x-axis label.
seriesChartSeries[]-Bar groups to render.
stackedbooleanfalseStack series on top of each other.
heightnumber240Chart height in px.
showLegendbooleantrueWhether to show the legend.
showGridbooleantrueWhether to show the background grid.
classNamestring""Extra classes applied to the container.