Scatter
constScatter:ForwardRefExoticComponent<ScatterComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:421
Scatter / bubble chart React component.
Use mapping.groupField to colour points by category and mapping.sizeField
to vary point radius.
Example
Section titled “Example”<Scatter data={points} mapping={{ x: 'x', y: 'y', groupField: 'group', sizeField: 'size' }}/>