constant.js 195 B

123456
  1. import { Constant as ConstantScale } from '@antv/scale';
  2. export const Constant = (options) => {
  3. return new ConstantScale(options);
  4. };
  5. Constant.props = {};
  6. //# sourceMappingURL=constant.js.map