A scatter plot chart, which can display several data series.
It lets you plot data on 2 dimensions, x & y, and can optionally
show a third quantitative dimension if you enable dynamic node size,
please have a look at the nodeSize
property for further information.
It also offers another implementation, see ScatterPlotCanvas. You can also see more example usages in the storybook.
You can also enable a voronoi mesh to capture user's
interactions, using the useMesh
property.
See the dedicated guide on how to setup legends for this component.