Skip to content

Documentation / @ripl/charts / TrendChartMarkerEvent

Interface: TrendChartMarkerEvent ​

Defined in: charts/src/charts/trend.ts:195

Payload emitted for trend line/area marker interaction events.

Properties ​

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the marker belongs to.charts/src/charts/trend.ts:205
xnumberThe x coordinate (in chart pixels) of the marker.charts/src/charts/trend.ts:197
xValuestringThe category key of the interacted marker.charts/src/charts/trend.ts:201
ynumberThe y coordinate (in chart pixels) of the marker.charts/src/charts/trend.ts:199
yValuenumberThe numeric value of the interacted marker.charts/src/charts/trend.ts:203