UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines (7 loc) 137 B
/** * 获取进度条数据 */ export declare function getProgressData(percent: number): { type: string; percent: number; }[];