https://github.com/antvis/adjust
Adjust module for @antvis.
https://github.com/antvis/adjust
adjust dodge jitter stack
Last synced: 9 months ago
JSON representation
Adjust module for @antvis.
- Host: GitHub
- URL: https://github.com/antvis/adjust
- Owner: antvis
- License: mit
- Created: 2018-06-25T02:14:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T08:09:53.000Z (over 4 years ago)
- Last Synced: 2025-04-13T06:17:14.373Z (about 1 year ago)
- Topics: adjust, dodge, jitter, stack
- Language: TypeScript
- Homepage:
- Size: 294 KB
- Stars: 5
- Watchers: 47
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @antv/adjust
> Data `adjust` for @antv/G2.
[](https://travis-ci.org/antvis/adjust)


[](https://www.npmjs.com/package/@antv/adjust)
[](https://npmjs.org/package/@antv/adjust)
[](http://isitmaintained.com/project/antvis/adjust "Percentage of issues still open")
## Installing
```bash
npm install @antv/adjust
```
## Usage
```js
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