StackedArea
constStackedArea: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'] }} />