codeMan f03f940133 2023-6-20 il y a 2 ans
..
esm f03f940133 2023-6-20 il y a 2 ans
lib f03f940133 2023-6-20 il y a 2 ans
node_modules f03f940133 2023-6-20 il y a 2 ans
src f03f940133 2023-6-20 il y a 2 ans
CHANGELOG.md f03f940133 2023-6-20 il y a 2 ans
LICENSE f03f940133 2023-6-20 il y a 2 ans
README.md f03f940133 2023-6-20 il y a 2 ans
package.json f03f940133 2023-6-20 il y a 2 ans

README.md

@antv/adjust

Data adjust for @antv/G2.

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