Skip to content

StackedArea

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

Defined in: react/index.tsx:539

Stacked area chart React component.

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