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
If you find any bugs or have a feature request, please open an issue on github!
The npm package download data comes from npm's download counts api and package details come from npms.io.