Skip to content

Documentation / @ripl/charts / BarChartBarEvent

Interface: BarChartBarEvent

Defined in: charts/src/charts/bar.ts:129

Payload emitted for bar interaction events.

Properties

PropertyTypeDescriptionDefined in
seriesIdstringThe id of the series the bar belongs to.charts/src/charts/bar.ts:139
xnumberThe x coordinate (in chart pixels) of the bar's anchor point.charts/src/charts/bar.ts:131
xValuestringThe category key of the interacted bar.charts/src/charts/bar.ts:135
ynumberThe y coordinate (in chart pixels) of the bar's anchor point.charts/src/charts/bar.ts:133
yValuenumberThe numeric value of the interacted bar.charts/src/charts/bar.ts:137