UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 195 B
import { Identity as IdentityScale } from '@antv/scale'; export const Identity = (options) => { return new IdentityScale(options); }; Identity.props = {}; //# sourceMappingURL=identity.js.map