https://github.com/dagrejs/dagre-d3
A D3-based renderer for Dagre
https://github.com/dagrejs/dagre-d3
Last synced: 11 days ago
JSON representation
A D3-based renderer for Dagre
- Host: GitHub
- URL: https://github.com/dagrejs/dagre-d3
- Owner: dagrejs
- License: mit
- Created: 2013-09-26T03:44:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T15:09:07.000Z (about 1 year ago)
- Last Synced: 2025-04-02T00:07:51.393Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 8.73 MB
- Stars: 2,900
- Watchers: 109
- Forks: 594
- Open Issues: 217
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d3 - dagre-d3 - Layout directed graphs on the client-side (Charts)
- awesome-d3 - dagre-d3 - Layout directed graphs on the client-side (Charts)
- awesome-d3 - dagre-d3 - Layout directed graphs on the client-side (Charts)
README
# dagre-d3 - A D3-based renderer for dagre
[](https://github.com/dagrejs/dagre-d3/actions?query=workflow%3A%22Build+Status%22)
[](https://www.npmjs.com/package/dagre-d3)[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.