@antv/g2plot
Version:
An interactive and responsive charting library
12 lines • 328 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getLiquidData = void 0;
var CAT_VALUE = 'liquid';
/**
* 获取水波图数据
*/
function getLiquidData(percent) {
return [{ percent: percent, type: CAT_VALUE }];
}
exports.getLiquidData = getLiquidData;
//# sourceMappingURL=utils.js.map
;