UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

3 lines (2 loc) 173 B
/** Chart animation phases - determines the top-level animation lifecycle phase for the overall chart */ export type ChartAnimationPhase = 'initial' | 'ready' | 'disabled';