tylingsoft / dagre-layout

Out-of-box replacement for dagrejs/dagre
MIT License
34 stars 5 forks source link
dagre

dagre-layout - Graph layout for JavaScript

Build Status Coverage Status

This project is an out-of-box replacement for dagre.

This project isn't built from scratch. It's based on the original dagre project.

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.

Changes compared to dagrejs/dagre

Setup

yarn install

Build

yarn build

Test

yarn test

License

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