UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines (7 loc) 135 B
/** * 获取水波图数据 */ export declare function getLiquidData(percent: number): { percent: number; type: string; }[];