https://github.com/hq20/rviz
d3 visulizations :heart_eyes: ready to be used as react components :speak_no_evil:
https://github.com/hq20/rviz
components d3 d3js dag directed-acyclic-graph forced-directed-graph react visualization
Last synced: about 1 month ago
JSON representation
d3 visulizations :heart_eyes: ready to be used as react components :speak_no_evil:
- Host: GitHub
- URL: https://github.com/hq20/rviz
- Owner: HQ20
- License: apache-2.0
- Created: 2019-07-24T11:56:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:56:56.000Z (over 2 years ago)
- Last Synced: 2025-03-30T20:13:00.114Z (2 months ago)
- Topics: components, d3, d3js, dag, directed-acyclic-graph, forced-directed-graph, react, visualization
- Language: TypeScript
- Homepage: https://rviz.netlify.com/
- Size: 6.49 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reviz
reviz is a set of d3 visualizations, ready to be used as react components.
## Features
We want to keep reviz as simple as possible so you might realize that the components are really simple and they mostly and all the configuration is called on the component mount. For each component there are different parameters (we are working on the documentation as we go).
Currently we have the following d3 visualizations:
* Force Directed
* DAG
* Voroni Arc Map (in progress)## Installation
*Not available yet.*
## Usage
*Not available yet.*
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[Apache-2.0](LICENSE)