Skip to content

Documentation / @ripl/charts / LineChartMarkerEvent

Interface: LineChartMarkerEvent

Defined in: charts/src/charts/line.ts:140

Payload emitted for line marker interaction events.

Properties

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