Skip to content

Documentation / @ripl/charts / PackedCircleChartEventMap

Interface: PackedCircleChartEventMap

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

Events emitted by a PackedCircleChart that consumers can subscribe to via chart.on(...).

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionInherited fromDefined in
cellclickPackedCircleChartCellEventEmitted when a circle is clicked.-charts/src/charts/packed-circle.ts:107
cellenterPackedCircleChartCellEventEmitted when the pointer enters a circle.-charts/src/charts/packed-circle.ts:109
cellleavePackedCircleChartCellEventEmitted when the pointer leaves a circle.-charts/src/charts/packed-circle.ts:111
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21