Skip to content

Documentation / @ripl/charts / ScatterChartMarkerEvent

Interface: ScatterChartMarkerEvent

Defined in: charts/src/charts/scatter.ts:122

Payload emitted for scatter marker interaction events.

Properties

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the bubble belongs to.charts/src/charts/scatter.ts:134
sizeValuenumberThe bubble's size value (equals the x/y position basis when the series has no sizeBy).charts/src/charts/scatter.ts:132
xnumberX position of the bubble, in canvas coordinates.charts/src/charts/scatter.ts:124
xValuenumberThe bubble's value on the x-axis.charts/src/charts/scatter.ts:128
ynumberY position of the bubble, in canvas coordinates.charts/src/charts/scatter.ts:126
yValuenumberThe bubble's value on the y-axis.charts/src/charts/scatter.ts:130