Skip to main content

Scatter Settings

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

Scatter Plot settings — Labels with Word Wrap and Smart Alignment, Background, Legend, and Zoom Inset

Point Appearance

PropertyDescriptionDefault
Point ColorDefault color for all points#4682B4
Point RadiusBase radius in pixels5
Marker ShapeCircle, Cross, Triangle, Square, LogoCircle

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.