Area
constArea:ForwardRefExoticComponent<LineComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:337
Area chart React component. Equivalent to <Line area />.
Example
Section titled “Example”<Area data={salesData} mapping={{ x: 'month', y: 'revenue' }} theme="midnight" height={300} />