UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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