ScatterChart
SVG-based scatter plot for visualizing data point distributions with configurable color and size.
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
Props
| Prop | Type | Default | Description |
|---|---|---|---|
points | text | "20,60 50,30 80,70 110,20 140,50 170,80 200,40" | SVG coordinate pairs for data points |
color | text | "#c9952c" | Dot color |
size | text | "200" | Chart height in pixels |