Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dagrejs/dagre-d3
A D3-based renderer for Dagre
https://github.com/dagrejs/dagre-d3
Last synced: 5 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 (10 months ago)
- Last Synced: 2025-01-05T19:06:09.292Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 8.73 MB
- Stars: 2,873
- Watchers: 110
- Forks: 593
- 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
[![Build Status](https://github.com/dagrejs/dagre-d3/workflows/Build%20Status/badge.svg?branch=master)](https://github.com/dagrejs/dagre-d3/actions?query=workflow%3A%22Build+Status%22)
[![npm](https://img.shields.io/npm/v/dagre-d3.svg)](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.