UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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