Skip to content

StackedArea

const StackedArea: ForwardRefExoticComponent<StackedAreaComponentProps & RefAttributes<ChartRef>>

Defined in: index.tsx:396

Stacked area chart React component.

Example

<StackedArea data={traffic} mapping={{ x: 'day', y: ['api', 'web', 'mobile'] }} />