/** Chart animation phases - determines the top-level animation lifecycle phase for the overall chart */
export type ChartAnimationPhase = 'initial' | 'ready' | 'disabled';
