UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Point = void 0; const scale_1 = require("@antv/scale"); const Point = (options) => { return new scale_1.Point(options); }; exports.Point = Point; exports.Point.props = {}; //# sourceMappingURL=point.js.map