@graph-viz/react
v2.2.4
Published
> TODO: description
Readme
react
A zero-config plug and play React component to draw a force directed graph visualization.
Depends on @graph-viz/core and @graph-viz/layouts
Installation
npm install @graph-viz/react --save
Usage
import {GraphVizComponent} from '@graph-viz/react'
...
<GraphVizComponent
editMode
nodes={[]}
links={[]]}
tooltips={[]}
/>See docs for full reference.
