Overview of force-graph
masterforce-graph is a web component for representing graph data structures in a 2-dimensional canvas using a force-directed iterative layout. It uses HTML5 canvas for rendering and d3-force as the underlying physics engine.
Key features include:
- Canvas zooming and panning.
- Node dragging.
- Node and link hover/click interactions.
- High performance rendering suitable for medium to large graphs.
For 3D visualizations, use 3d-force-graph. For React applications, use react-force-graph.