UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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