Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/dag-maker
A frontend for dagre & dagre-d3 that draws elegant DAG.
https://github.com/07akioni/dag-maker
Last synced: 28 days ago
JSON representation
A frontend for dagre & dagre-d3 that draws elegant DAG.
- Host: GitHub
- URL: https://github.com/07akioni/dag-maker
- Owner: 07akioni
- Created: 2019-04-21T12:48:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T02:22:20.000Z (over 5 years ago)
- Last Synced: 2024-11-24T16:25:58.970Z (about 1 month ago)
- Language: JavaScript
- Size: 3.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dag-maker
`dag-maker` is a web app that paint a DAG(Directed Acyclic Graph) using relative friendly json input(although not as friendly as GUI).## Demo
[https://07akioni.github.io/dag-maker/](https://07akioni.github.io/dag-maker/)## TODO
- friendly error message
- abstract an npm package for dag utils
- skeleton for the loading page## Note
- `/src/utils/dagUtils.js` can be used seperately to render a DAG. I will publish it as an npm package later.
- `/src/components/Dag.vue` is a wrapper Vue functional component for `dagUtils.js`. It can be used seperately too.