Skip to content

ScatterPoint

Defined in: types/index.ts:302

Scatter point in cartesian space.

Properties

label?

optional label?: string

Defined in: types/index.ts:306

Optional label shown in the tooltip.


size?

optional size?: number

Defined in: types/index.ts:308

Optional radius. Falls back to a constant if omitted.


x

x: number

Defined in: types/index.ts:303


y

y: number

Defined in: types/index.ts:304