UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

11 lines 293 B
/** Types of chart-update, in pipeline execution order. */ export declare enum ChartUpdateType { FULL = 0, PROCESS_DATA = 1, PERFORM_LAYOUT = 2, SERIES_UPDATE = 3, TOOLTIP_RECALCULATION = 4, SCENE_RENDER = 5, NONE = 6 } //# sourceMappingURL=chartUpdateType.d.ts.map