UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 171 B
import { Time as TimeScale } from '@antv/scale'; export const Time = (options) => { return new TimeScale(options); }; Time.props = {}; //# sourceMappingURL=time.js.map