Relationship Graph with D3

Jonathan K picture Jonathan K · Jun 16, 2013 · Viewed 8.3k times · Source

How would I create the following graph with D3? I don't know the name for this type of visualization, and the closest I could find were "force-directed" graphs.

Legend: Filled nodes are people, non-filled nodes are attributes (e.g. favorite color).

Intended graph

Answer

Anderson picture Anderson · Jun 17, 2013

This is my version: http://jsfiddle.net/doraeimo/JEcdS/embedded/result/ which is easy to show system performance and network flow.

code is not here