Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.