The adjust module for G2, F2.
npm install @antv/adjust> Data adjust for @antv/G2.






``bash`
npm install @antv/adjust
`js
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();
``
MIT