UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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