Skip to content

Area

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

Defined in: index.tsx:194

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

Example

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