Overview of reagraph features and layouts
masterReagraph is a high-performance WebGL-based network graph visualization library for React.
Key Features
- Performance: WebGL-based rendering.
- Node Customization: Sizing based on attributes, page rank, centrality, or custom logic; node badges; customizable nodes.
- Interactivity: Dragging nodes, lasso selection, expand/collapse nodes, radial context menu, and path finding.
- Visuals: Light/Dark mode with custom themes, advanced label placement, edge interpolation/styling, clustering, edge bundling, and highlighting/selection hooks.
Built-in Layouts
Reagraph supports various 2D and 3D layouts, including:
- Force Directed: 2D and 3D
- Tree: Top Down (2D/3D) and Left Right (2D/3D)
- Radial: Radial Out (2D/3D)
- Hierarchical: Top Down (2D) and Left Right (2D)
- Other: Circular 2D, No Overlap 2D, Force Atlas2 2D, Concentric (2D/3D)