Scatter Settings
The Scatter Settings card controls the overall appearance of the data points.

Point Appearance
| Property | Description | Default |
|---|---|---|
| Point Color | Default color for all points | #4682B4 |
| Point Radius | Base radius in pixels | 5 |
| Marker Shape | Circle, Cross, Triangle, Square, Logo | Circle |
Logo Markers
When a Logo data role is provided, the Logo marker shape becomes available in the Marker Shape dropdown. Each data point is then rendered as its own logo image instead of a geometric symbol.
- Each point displays its own logo from the dataset — not the legend group's logo
- Points without a logo gracefully fall back to a circle marker
- Logo size follows the Size encoding, just like other marker shapes
- Logos are also rendered inside the Zoom Inset when active
Per-point vs per-series logos
The Logo data role is bound per row. If your dataset has a different image for each point (e.g., country flags, product photos), each point will show its own image. If the logo column contains the same image for all points in a legend group, all points in that group will share the same logo — no extra configuration needed.