a fixed radius in CSS px (every point the same size — the common case), or
{ column, range }: map the column's finite extent linearly onto
[minR, maxR] px. A point whose radius column is non-finite falls back to
the base radius (it still draws, at the default size).
Omitted ⇒ the base radius from the style (theme.scatter[as].radius).
Type Declaration
number
{column:string;range:readonly[number,number]}
Readonlycolumn: string
Numeric column whose value drives each point's radius.
Readonlyrange: readonly[number,number]
Output radius range in px, [atColumnMin, atColumnMax].
Per-point radius encoding. Either:
{ column, range }: map the column's finite extent linearly onto[minR, maxR]px. A point whose radius column is non-finite falls back to the base radius (it still draws, at the default size).Omitted ⇒ the base radius from the style (
theme.scatter[as].radius).