Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 932 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 932 Bytes

@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