block by emeeks 8dc2d874f578c6fe94ef

Networks - Graphs 4

Full Screen

Graph Example 4 for How to Create Effective Network Data Visualization

This example relies on the jLouvain library to calculate community structure of the network using the Louvain method.

A second smaller network is created from the communities and their connections to each other to provide a mini-map of the network.

This also includes a simple legend of the module numbers utilizing d3.legend.

index.html

d3.legend.min.js

firm.csv

jsLouvain.js