Greadability.js: Graph Readability Library

I developed an open source library to calculate graph layout quality metrics to help me evaluate graph layout algorithm research (see d3-force-reuse and d3-force-sampled). The metrics are useful for automatically estimating which layout is better, but I also showed a proof of concept using them to automatically find higher quality layouts.

I included four global graph readability metrics, although it could be extended to include additional metrics:

Live examples

Code

Greadability.js GitHub repo