https://github.com/tylingsoft/dagre-d3-renderer
Out-of-box replacement for cpettitt/dagre-d3
https://github.com/tylingsoft/dagre-d3-renderer
dagre dagre-d3
Last synced: about 1 year ago
JSON representation
Out-of-box replacement for cpettitt/dagre-d3
- Host: GitHub
- URL: https://github.com/tylingsoft/dagre-d3-renderer
- Owner: tylingsoft
- License: mit
- Created: 2017-09-02T11:29:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:22:24.000Z (over 3 years ago)
- Last Synced: 2024-04-27T04:20:59.623Z (about 2 years ago)
- Topics: dagre, dagre-d3
- Language: JavaScript
- Homepage:
- Size: 6.79 MB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dagre-d3-renderer - A D3-based renderer for dagre
This project is an out-of-box replacement for [dagre-d3](https://github.com/dagrejs/dagre-d3).
This project isn't built from scratch. It's based on the original [dagre-d3](https://github.com/dagrejs/dagre-d3) project.
[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).
## 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.