React Component For Force Directed Graphs

Description:

React component for 2D, 3D and VR force directed graphs.

This module exports 3 React components with identical interfaces: ForceGraph2DForceGraph3D and ForceGraphVR. Each can be used to represent a graph data structure in a 2 or 3-dimensional space using a force-directed iterative layout.

Installation:

# NPM
$ npm install react-force-graph --save

Preview:

React Component For Force Directed Graphs-min

Add Comment