Skip to content

Documentation / @ripl/charts / TrendChartValueEvent

Interface: TrendChartValueEvent

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

Payload emitted for trend bar/marker interaction events.

Properties

PropertyTypeDescriptionDefined in
valuenumberThe bar/marker's numeric value.charts/src/charts/trend.ts:166
xnumberX position of the bar/marker, in canvas coordinates.charts/src/charts/trend.ts:162
ynumberY position of the bar/marker, in canvas coordinates.charts/src/charts/trend.ts:164