UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

9 lines (7 loc) 154 B
const CAT_VALUE = 'liquid'; /** * 获取水波图数据 */ export function getLiquidData(percent: number) { return [{ percent, type: CAT_VALUE }]; }