ChartEventType = "click"
Defined in: packages/pixi-charts/src/core/Chart.ts:37
Event types the public Chart.on / Chart.off API accepts.
Currently only 'click'. Kept as a string-literal union so additional
events (e.g. 'hover') can be added without breaking the API shape.