UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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