npm.io
0.2.5 • Published 4 years ago

@antv/adjust

Licence
MIT
Version
0.2.5
Deps
2
Size
129 kB
Vulns
0
Weekly
0
Stars
6

@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

Keywords