Skip to content

Documentation / @ripl/charts / LineChartMarkerEvent

Interface: LineChartMarkerEvent ​

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

Payload emitted for line marker interaction events.

Properties ​

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the marker belongs to.charts/src/charts/line.ts:134
xnumberThe x coordinate (in chart pixels) of the marker.charts/src/charts/line.ts:126
xValuestringThe category key of the interacted marker.charts/src/charts/line.ts:130
ynumberThe y coordinate (in chart pixels) of the marker.charts/src/charts/line.ts:128
yValuenumberThe numeric value of the interacted marker.charts/src/charts/line.ts:132