Skip to content

Documentation / @ripl/charts / TrendChartBarEvent

Interface: TrendChartBarEvent ​

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

Payload emitted for trend bar interaction events.

Properties ​

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the bar belongs to.charts/src/charts/trend.ts:191
xnumberThe x coordinate (in chart pixels) of the bar's anchor point.charts/src/charts/trend.ts:183
xValuestringThe category key of the interacted bar.charts/src/charts/trend.ts:187
ynumberThe y coordinate (in chart pixels) of the bar's anchor point.charts/src/charts/trend.ts:185
yValuenumberThe numeric value of the interacted bar.charts/src/charts/trend.ts:189