block by emeeks d25690581801fc0c1cfd

Networks - Intro 2

Full Screen

Intro Example 2 for How to Create Effective Network Data Visualization

Here’s the same network dataset from the last example laid out as a network. The force-directed layout that D3 uses (d3.layout.force) expects arrays of nodes and arrays of edges. In order to create those necessary arrays, we walk through the edgelist in firm.csv and create the referenced nodes from the source and target id values in the edge list.

The resulting ball of spaghetti is all too common in finished network data visualization. Compared to the earlier bar charts, this is a horrible data visualization product and says nothing, other than perhaps “this is complex” but mostly, “the person who created this is more interested in technology than they are in communication.”

index.html

firm.csv