Skip to content

Documentation / @ripl/charts / AreaChartMarkerEvent

Interface: AreaChartMarkerEvent

Defined in: charts/src/charts/area.ts:171

Payload emitted for area marker interaction events.

Properties

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the marker belongs to.charts/src/charts/area.ts:181
xnumberThe x coordinate (in chart pixels) of the marker.charts/src/charts/area.ts:173
xValuestringThe category key of the interacted marker.charts/src/charts/area.ts:177
ynumberThe y coordinate (in chart pixels) of the marker.charts/src/charts/area.ts:175
yValuenumberThe numeric value of the interacted marker.charts/src/charts/area.ts:179