Skip to content

Documentation / @ripl/charts / PackedCircleChartCellEvent

Interface: PackedCircleChartCellEvent

Defined in: charts/src/charts/packed-circle.ts:91

Payload emitted for packed circle interaction events.

Properties

PropertyTypeDescriptionDefined in
keystringThe key of the interacted circle.charts/src/charts/packed-circle.ts:101
labelstringThe label of the interacted circle.charts/src/charts/packed-circle.ts:99
valuenumberThe value of the interacted circle.charts/src/charts/packed-circle.ts:97
xnumberThe x coordinate (in chart pixels) of the circle's top anchor.charts/src/charts/packed-circle.ts:93
ynumberThe y coordinate (in chart pixels) of the circle's top anchor.charts/src/charts/packed-circle.ts:95