codeMan 0c1219796a 测试提交 il y a 2 ans
..
esm 0c1219796a 测试提交 il y a 2 ans
lib 0c1219796a 测试提交 il y a 2 ans
node_modules 0c1219796a 测试提交 il y a 2 ans
src 0c1219796a 测试提交 il y a 2 ans
CHANGELOG.md 0c1219796a 测试提交 il y a 2 ans
LICENSE 0c1219796a 测试提交 il y a 2 ans
README.md 0c1219796a 测试提交 il y a 2 ans
package.json 0c1219796a 测试提交 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