UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 165 B
import { Pow as PowScale } from '@antv/scale'; export const Pow = (options) => { return new PowScale(options); }; Pow.props = {}; //# sourceMappingURL=pow.js.map