# dagre

> Graph layout for JavaScript

Latest version **0.8.5** (published 2019-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install dagre
pnpm add dagre
yarn add dagre
bun add dagre
```

## Health

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

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.8.5 |
| Published | 2019-12-03 |
| First published | 2012-10-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/dagre) |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 824.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5797 |
| Author | Chris Pettitt |
| Maintainers | cpettitt, lutzroeder |
| Keywords | graph, layout |

## Links

- npm: https://www.npmjs.com/package/dagre
- Repository: https://github.com/dagrejs/dagre
- Homepage: https://github.com/dagrejs/dagre#readme
- Issues: https://github.com/dagrejs/dagre/issues
- npm.io page: https://npm.io/package/dagre

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [graphlib](https://npm.io/package/graphlib.md) ^2.1.8

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 0.8.5 (latest) — 2019-12-03
- 0.8.4 — 2018-12-09
- 0.8.3 — 2018-12-09
- 0.8.2 — 2018-02-06
- 0.8.1 — 2017-12-31
- 0.7.4 — 2015-07-30
- 0.7.3 — 2015-07-08
- 0.7.2 — 2015-05-15
- 0.7.1 — 2014-12-17
- 0.7.0 — 2014-12-15
- 0.6.4 — 2014-11-02
- 0.6.3 — 2014-10-31
- 0.6.2 — 2014-10-29
- 0.6.1 — 2014-10-21
- 0.6.0 — 2014-10-19
- … 32 more at https://npm.io/package/dagre/versions

## README

# dagre - Graph layout for JavaScript

[![Build Status](https://secure.travis-ci.org/dagrejs/dagre.svg?branch=master)](http://travis-ci.org/dagrejs/dagre)

Dagre is a JavaScript library that makes it easy to lay out directed graphs on
the client-side.

For more details, including examples and configuration options, please see our
[wiki](https://github.com/dagrejs/dagre/wiki).

## License

dagre is licensed under the terms of the MIT License. See the LICENSE file
for details.

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