UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

15 lines 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Arc = void 0; const arc_1 = require("../data/utils/arc"); /** * For arc diagram(edge with weight) or chord diagram(with weight) */ const Arc = (options) => { return (data) => { return (0, arc_1.Arc)(options)(data); }; }; exports.Arc = Arc; exports.Arc.props = {}; //# sourceMappingURL=arc.js.map