Area Chart
DataGradient area chart card for portfolio values and time-series financial data.
Import
import { FqAreaChartCard } from '@/components/harlowui/data/fq-charts'Portfolio Value
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | - | Chart card title |
data* | ChartDataPoint[] | - | Array of { label, value } data points |
change | number | - | Percentage change indicator |
height | number | 200 | Chart height in pixels |
currency | string | "USD" | Currency for tooltip formatting |