UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

8 lines (7 loc) 269 B
export interface ForceLayoutInstance { step(cb: (stopped: boolean) => void): void; warmUp(): void; setFixed(idx: number): void; setUnfixed(idx: number): void; } export declare const graphForceLayoutStageHandler: import("../../util/types").StageHandler;