Skip to content

Documentation / @ripl/charts / AreaChartMarkerEvent

Interface: AreaChartMarkerEvent ​

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

Payload emitted for area marker interaction events.

Properties ​

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the marker belongs to.charts/src/charts/area.ts:144
xnumberThe x coordinate (in chart pixels) of the marker.charts/src/charts/area.ts:136
xValuestringThe category key of the interacted marker.charts/src/charts/area.ts:140
ynumberThe y coordinate (in chart pixels) of the marker.charts/src/charts/area.ts:138
yValuenumberThe numeric value of the interacted marker.charts/src/charts/area.ts:142