@antv/adjust
Data
adjustfor @antv/G2.
Installing
npm install @antv/adjustUsage
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