El Grapho: High Performance WebGL Graph Data Visualization Engine

El Grapho: High Performance WebGL Graph Data Visualization Engine

While it’s nice to have the power to construct custom graph layouts, most El Grapho users will want to leverage the provided El Grapho layouts which will generate node positions for you. Currently, El Grapho supports , , , , , and

The layout uses d3-force to reduce edge crossing and optimize node spacing. As a result, El Grapho visualizations are polymorphic, meaning you can pass the same data structure into different layouts and get different graphs.

Source: github.com