reviz is a set of d3 visualizations, ready to be used as react components.
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)
Not available yet.
Not available yet.
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.