Skip to content

Documentation / @ripl/charts / RadarChartPointEvent

Interface: RadarChartPointEvent

Defined in: charts/src/charts/radar.ts:102

Payload emitted for radar point interaction events.

Properties

PropertyTypeDescriptionDefined in
axisLabelstringThe label of the axis the point sits on.charts/src/charts/radar.ts:110
seriesIdstringThe id of the series the point belongs to.charts/src/charts/radar.ts:112
valuenumberThe point's value on its axis.charts/src/charts/radar.ts:108
xnumberX position of the point marker, in canvas coordinates.charts/src/charts/radar.ts:104
ynumberY position of the point marker, in canvas coordinates.charts/src/charts/radar.ts:106