Skip to content

AreaChart

const AreaChart: (props) => ReactElement

Defined in: react/components/data/chart.tsx:101

A braille area chart — a line plot with the region below each series filled, for cumulative/volume trends. Series paint in order (later over earlier).

<AreaChart data={requestsPerMinute} colors={["$accent"]} style={{ height: 8 }} />

AreaChartProps

ReactElement