# @antv/adjust

> The adjust module for G2, F2.

Latest version **0.2.5** (published 2022-01-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @antv/adjust
pnpm add @antv/adjust
yarn add @antv/adjust
bun add @antv/adjust
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.5 |
| Published | 2022-01-23 |
| First published | 2018-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 128.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | https://github.com/orgs/antvis/people |
| Maintainers | zeyuwang, yanxiong, susiwen8, freestyle21, soundquiet, elaine.q.10, sturuby, lviser, sakuya223, serializedowen, xdzhao, yangzhanmei, wjgogogo, leungwensen, dori, iaaron, yard, simaq, dxq613, intchous, susan_ann, jinke.li, lzxue, army8735, atool, baizn, dengfuping, neoddish, jeffy2012, zqlu, afc163, pomelo-nwu, kopiluwaky, ccnuzindex, panyuqi, bubkoo, zengyue, kasmine, boyu.zlj, l1ud0ngq1, newbyvector, winniexing, chenluli, kn9117, xdddst, semious2020, esora, nadia_liu, bbsqq, mxz96102, openwayne, pearmini, pddpd, yiqianyao, zhanba, cxxxxxn |
| Keywords | antv, adjust, g2, f2 |

## Links

- npm: https://www.npmjs.com/package/@antv/adjust
- Repository: https://github.com/antvis/adjust
- Homepage: https://github.com/antvis/adjust#readme
- Issues: https://github.com/antvis/adjust/issues
- npm.io page: https://npm.io/package/@antv/adjust

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^1.10.0
- [@antv/util](https://npm.io/package/@antv/util.md) ~2.0.0

## Recent versions

- 0.2.5 (latest) — 2022-01-23
- 0.2.2 (beta) — 2020-02-26
- 0.2.3 — 2020-10-15
- 0.2.1 — 2019-10-08
- 0.2.1-beta.2 — 2019-10-01
- 0.2.1-beta.1 — 2019-10-01
- 0.2.0 — 2019-08-20
- 0.1.1 — 2019-02-11
- 0.1.0 — 2018-10-24
- 0.0.7 — 2018-09-14
- 0.0.6 — 2018-07-23
- 0.0.5 — 2018-07-23
- 0.0.4 — 2018-07-19
- 0.0.3 — 2018-06-28
- 0.0.2 — 2018-06-25
- … 4 more at https://npm.io/package/@antv/adjust/versions

## README

# @antv/adjust

> Data `adjust` for @antv/G2.

[![](https://img.shields.io/travis/antvis/adjust.svg)](https://travis-ci.org/antvis/adjust)
![](https://img.shields.io/badge/language-javascript-red.svg)
![](https://img.shields.io/badge/license-MIT-000000.svg)
[![npm package](https://img.shields.io/npm/v/@antv/adjust.svg)](https://www.npmjs.com/package/@antv/adjust)
[![NPM downloads](http://img.shields.io/npm/dm/@antv/adjust.svg)](https://npmjs.org/package/@antv/adjust)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/adjust.svg)](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

---
_Source: https://npm.io/package/@antv/adjust · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
