UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Sqrt = void 0; const scale_1 = require("@antv/scale"); const Sqrt = (options) => { return new scale_1.Sqrt(options); }; exports.Sqrt = Sqrt; exports.Sqrt.props = {}; //# sourceMappingURL=sqrt.js.map