Default Scatter

Standard scatter plot with gold dots and default data points.

Correlation Pattern

Green scatter plot showing positive correlation in data distribution.

Anomaly Detection

Red scatter plot for visualizing outliers and anomalous data points.

Data Distribution

Blue scatter chart for database query performance analysis.

User Engagement

Purple scatter for plotting user engagement vs. session duration.

Price vs Volume

Amber scatter showing the relationship between price and sales volume.

Usage

<ScatterChart /><ScatterChart points="10,70 25,40 40,85 55,30" color="#28a745" /><ScatterChart points="20,20 50,80 80,40" color="#dc3545" size="250" />

Props

PropTypeDefaultDescription
pointstext"20,60 50,30 80,70 110,20 140,50 170,80 200,40"SVG coordinate pairs for data points
colortext"#c9952c"Dot color
sizetext"200"Chart height in pixels