Skip to content

Area

const Area: ForwardRefExoticComponent<LineComponentProps & RefAttributes<ChartRef>>

Defined in: react/index.tsx:337

Area chart React component. Equivalent to <Line area />.

<Area data={salesData} mapping={{ x: 'month', y: 'revenue' }} theme="midnight" height={300} />