Skip to content

Documentation / @ripl/charts / PackedCircleChartNodeEvent

Interface: PackedCircleChartNodeEvent ​

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

Payload emitted for packed circle interaction events.

Properties ​

PropertyTypeDescriptionDefined in
keystringThe key of the interacted circle.charts/src/charts/packed-circle.ts:119
labelstringThe label of the interacted circle.charts/src/charts/packed-circle.ts:117
valuenumberThe value of the interacted circle.charts/src/charts/packed-circle.ts:115
xnumberThe x coordinate (in chart pixels) of the circle's top anchor.charts/src/charts/packed-circle.ts:111
ynumberThe y coordinate (in chart pixels) of the circle's top anchor.charts/src/charts/packed-circle.ts:113