This force directed network graph (using d3.js) visualizes a dataset from Donald Knuth's
Stanford Graph Base,
a set of data and programs intended to implement and demonstrate a variety of combinatorial algorithms,
most with a graphical basis. The dataset is based on the characters from Les Miserables, and their interactions.
If you hover over a node, the name of the character represented is displayed.
You can click and drag a node to move the network,
and you can zoom in and out with a mouse wheel or touchpad.