identity.js 195 B

123456
  1. import { Identity as IdentityScale } from '@antv/scale';
  2. export const Identity = (options) => {
  3. return new IdentityScale(options);
  4. };
  5. Identity.props = {};
  6. //# sourceMappingURL=identity.js.map