Data
adjustfor @antv/G2.
npm install @antv/adjustimport { 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
| Name | Name | Last commit date | ||
|---|---|---|---|---|