kiruthiga 55473b7e7c initial push 5 өдөр өмнө
..
dist 55473b7e7c initial push 5 өдөр өмнө
lib 55473b7e7c initial push 5 өдөр өмнө
.ackrc 55473b7e7c initial push 5 өдөр өмнө
.babelrc 55473b7e7c initial push 5 өдөр өмнө
.editorconfig 55473b7e7c initial push 5 өдөр өмнө
LICENSE 55473b7e7c initial push 5 өдөр өмнө
README.md 55473b7e7c initial push 5 өдөр өмнө
index.js 55473b7e7c initial push 5 өдөр өмнө
karma.conf.js 55473b7e7c initial push 5 өдөр өмнө
package.json 55473b7e7c initial push 5 өдөр өмнө
todo.md 55473b7e7c initial push 5 өдөр өмнө
webpack.config.babel.js 55473b7e7c initial push 5 өдөр өмнө
yarn.lock 55473b7e7c initial push 5 өдөр өмнө

README.md

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

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

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

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.

For more details, including examples and configuration options, please see our wiki.

Setup

yarn install

Build

yarn build

Test

yarn test

License

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