UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines 187 B
var CAT_VALUE = 'liquid'; /** * 获取水波图数据 */ export function getLiquidData(percent) { return [{ percent: percent, type: CAT_VALUE }]; } //# sourceMappingURL=utils.js.map