ag-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
10 lines (9 loc) • 418 B
TypeScript
import { _ModuleSupport } from 'ag-charts-community';
import { AbstractModuleInstance, type DynamicContext } from 'ag-charts-core';
export declare class Animation extends AbstractModuleInstance {
protected readonly ctx: DynamicContext<_ModuleSupport.ChartRegistry>;
enabled: boolean;
duration?: number;
maxAnimatableItems?: number;
constructor(ctx: DynamicContext<_ModuleSupport.ChartRegistry>);
}