ScatterPoint
Defined in: types/index.ts:483
Scatter point in cartesian space.
Properties
Section titled “Properties”label?
Section titled “label?”
optionallabel?:string
Defined in: types/index.ts:489
Optional label shown in the tooltip.
optionalsize?:number
Defined in: types/index.ts:491
Optional radius. Falls back to a constant if omitted.
x:
number
Defined in: types/index.ts:485
X coordinate in data space.
y:
number
Defined in: types/index.ts:487
Y coordinate in data space.