ScatterPlot
Home > @gooddata/sdk-ui-charts > ScatterPlot
ScatterPlot variable
Scatter plot shows data as points using Cartesian coordinates.
Signature:
ScatterPlot: (props: IScatterPlotProps) => React.JSX.Element
Remarks
Scatter plots typically have a minimum of two measures, one for the X-axis and the other for the Y-axis, and one attribute, which determines the meaning of each data point. Scatter plots are useful for analyzing trends between two measures or for tracking the magnitude of two measures from the same chart.
See IScatterPlotProps to learn how to configure the ScatterPlot and the scatter plot documentation for more information.