https://github.com/geyang/react-vis-graph-components
a link-graph component built on top of react-vis
https://github.com/geyang/react-vis-graph-components
Last synced: 3 months ago
JSON representation
a link-graph component built on top of react-vis
- Host: GitHub
- URL: https://github.com/geyang/react-vis-graph-components
- Owner: geyang
- Created: 2016-08-11T00:04:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T22:11:50.000Z (over 8 years ago)
- Last Synced: 2025-01-10T12:58:13.450Z (5 months ago)
- Language: JavaScript
- Homepage: http://www.episodeyang.com/react-vis-graph-components/
- Size: 3.35 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Vis Graph Component: Link Graph and Sankey Diagram
[]()
This component allows you to draw a linked node graph easily. The graph
component takes in the children (links and nodes) and automatically
calculates the end points for the connections and adds padding.For live demo and example code, look at [react-vis-graph-components](http://episodeyang.com/react-vis-graph-components)
## Develop
1. First make your changes, then git commit. Use `serve-docs` to view live updated at [http://localhost:5000](http://localhost:5000)
2. run `npm run build-docs`, `npm run build-static-docs`, `npm run gh-pages`. If the last `gh-pages` script doesn't work, do `npm run gh-pages-force`. This will force push to the GitHub pages branch.
3. Then remember to push to master.