Skip to content

Documentation / @ripl/charts / ScatterChartMarkerEvent

Interface: ScatterChartMarkerEvent ​

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

Payload emitted for scatter marker interaction events.

Properties ​

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the bubble belongs to.charts/src/charts/scatter.ts:143
sizeValuenumberThe bubble's size value (equals the x/y position basis when the series has no sizeBy).charts/src/charts/scatter.ts:141
xnumberX position of the bubble, in canvas coordinates.charts/src/charts/scatter.ts:133
xValuenumberThe bubble's value on the x-axis.charts/src/charts/scatter.ts:137
ynumberY position of the bubble, in canvas coordinates.charts/src/charts/scatter.ts:135
yValuenumberThe bubble's value on the y-axis.charts/src/charts/scatter.ts:139