0.2.5 • Published 2 years ago

@antv/adjust v0.2.5

Weekly downloads
61,411
License
MIT
Repository
github
Last release
2 years ago

@antv/adjust

Data adjust for @antv/G2.

npm.io npm.io npm.io npm package NPM downloads Percentage of issues still open

Installing

npm install @antv/adjust

Usage

import { getAdjust } from '@antv/adjust';

// contains Dodge, Jitter, Stack, Symmetric
const Dodge = getAdjust('dodge');

const d = new Dodge();

// adjust the data
const r = d.process();

License

MIT