08-27-周三_17-09-29
This commit is contained in:
35
node_modules/dagre-d3-renderer/README.md
generated
vendored
Normal file
35
node_modules/dagre-d3-renderer/README.md
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# dagre-d3-renderer - A D3-based renderer for dagre
|
||||
|
||||
This project is an out-of-box replacement for [dagre-d3](https://github.com/cpettitt/dagre-d3) which is not being actively developed or maintained.
|
||||
|
||||
This project isn't built from scratch. It's based on the original [dagre-d3](https://github.com/cpettitt/dagre-d3) project.
|
||||
|
||||
[Dagre](https://github.com/cpettitt/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/cpettitt/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.
|
Reference in New Issue
Block a user