StackedArea
constStackedArea:ForwardRefExoticComponent<StackedAreaComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:539
Stacked area chart React component.
Example
Section titled “Example”<StackedArea data={traffic} mapping={{ x: 'day', y: ['api', 'web', 'mobile'] }} />