# dagre-d3

> A D3-based renderer for Dagre

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

## Install

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

## Health

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

Positive: has types package; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.4 |
| Published | 2019-12-03 |
| First published | 2013-09-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/dagre-d3) |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 2.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2961 |
| Author | Chris Pettitt |
| Maintainers | cpettitt, lutzroeder |
| Keywords | graph, dagre, graphlib, renderer |

## Links

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

## Dependencies (4)

- [d3](https://npm.io/package/d3.md) ^5.14
- [dagre](https://npm.io/package/dagre.md) ^0.8.5
- [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.6.4 (latest) — 2019-12-03
- 0.6.3 — 2018-12-09
- 0.6.2 — 2018-12-09
- 0.6.1 — 2018-01-20
- 0.6.0 — 2018-01-11
- 0.5.4 — 2017-12-31
- 0.5.2 — 2017-12-27
- 0.5.1 — 2017-12-27
- 0.5.0 — 2017-12-27
- 0.4.18 — 2017-12-26
- 0.4.17 — 2016-02-03
- 0.4.16 — 2016-01-30
- 0.4.14 — 2016-01-28
- 0.4.13 — 2016-01-28
- 0.4.12 — 2016-01-27
- … 43 more at https://npm.io/package/dagre-d3/versions

## README

# dagre-d3 - A D3-based renderer for dagre

[Dagre](https://github.com/dagrejs/dagre) is a JavaScript library that makes it easy to lay out directed graphs on
the client-side. The dagre-d3 library acts as a front-end to dagre, providing
actual rendering using [D3](http://d3js.org).

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

## License

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

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