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