UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 177 B
import { Point as PointScale } from '@antv/scale'; export const Point = (options) => { return new PointScale(options); }; Point.props = {}; //# sourceMappingURL=point.js.map