UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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