Bar Chart
DataIncome vs expenses bar chart card with dual-bar or single-value modes.
Import
import { FqBarChartCard } from '@/components/harlowui/data/fq-charts'Monthly Spending
Income
Expenses
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | - | Chart card title |
data* | FqBarDataPoint[] | - | Array of data points ({ label, income, expenses } or { label, value }) |
change | number | - | Percentage change indicator |
height | number | 200 | Chart height in pixels |