codeMan 0c1219796a 测试提交 il y a 1 an
..
esm 0c1219796a 测试提交 il y a 1 an
lib 0c1219796a 测试提交 il y a 1 an
node_modules 0c1219796a 测试提交 il y a 1 an
src 0c1219796a 测试提交 il y a 1 an
CHANGELOG.md 0c1219796a 测试提交 il y a 1 an
LICENSE 0c1219796a 测试提交 il y a 1 an
README.md 0c1219796a 测试提交 il y a 1 an
package.json 0c1219796a 测试提交 il y a 1 an

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