Skip to content

Documentation / @ripl/charts / RadarChartMarkerEvent

Interface: RadarChartMarkerEvent ​

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

Payload emitted for radar point interaction events.

Properties ​

PropertyTypeDescriptionDefined in
axisLabelstringThe label of the axis the point sits on.charts/src/charts/radar.ts:131
seriesIdstringThe id of the series the point belongs to.charts/src/charts/radar.ts:133
valuenumberThe point's value on its axis.charts/src/charts/radar.ts:129
xnumberX position of the point marker, in canvas coordinates.charts/src/charts/radar.ts:125
ynumberY position of the point marker, in canvas coordinates.charts/src/charts/radar.ts:127