UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 195 B
import { Constant as ConstantScale } from '@antv/scale'; export const Constant = (options) => { return new ConstantScale(options); }; Constant.props = {}; //# sourceMappingURL=constant.js.map