AreaChart
constAreaChart: (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 }} />Parameters
Section titled “Parameters”Returns
Section titled “Returns”ReactElement