{"url":"https://api.github.com/gists/1212215","forks_url":"https://api.github.com/gists/1212215/forks","commits_url":"https://api.github.com/gists/1212215/commits","id":"1212215","node_id":"MDQ6R2lzdDEyMTIyMTU=","git_pull_url":"https://gist.github.com/1212215.git","git_push_url":"https://gist.github.com/1212215.git","html_url":"https://gist.github.com/mbostock/1212215","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/1212215/raw/703d310b399098a243a76a50bc209167e924cfd2/.block","size":17,"truncated":false,"content":"license: gpl-3.0\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/1212215/raw/17e736b5e0b4ca362e7174e675b2af494bf6fcf5/index.html","size":2126,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\n.link {\n  stroke: #777;\n  stroke-opacity: 0.3;\n  stroke-width: 1.5px;\n}\n\n.node circle {\n  fill: #ccc;\n  stroke: #000;\n  stroke-width: 1.5px;\n}\n\n.node text {\n  display: none;\n  font: 10px sans-serif;\n}\n\n.node:hover circle {\n  fill: #000;\n}\n\n.node:hover text {\n  display: inline;\n}\n\n.cell {\n  fill: none;\n  pointer-events: all;\n}\n\n</style>\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\nvar width = 960,\n    height = 500\n\nvar svg = d3.select(\"body\").append(\"svg\")\n    .attr(\"width\", width)\n    .attr(\"height\", height);\n\nvar force = d3.layout.force()\n    .gravity(0.1)\n    .charge(-120)\n    .linkDistance(30)\n    .size([width, height]);\n\nvar voronoi = d3.geom.voronoi()\n    .x(function(d) { return d.x; })\n    .y(function(d) { return d.y; })\n    .clipExtent([[0, 0], [width, height]]);\n\nd3.json(\"readme.json\", function(error, json) {\n  if (error) throw error;\n\n  force\n      .nodes(json.nodes)\n      .links(json.links)\n      .start();\n\n  var link = svg.selectAll(\".link\")\n      .data(json.links)\n    .enter().append(\"line\")\n      .attr(\"class\", \"link\");\n\n  var node = svg.selectAll(\".node\")\n      .data(json.nodes)\n    .enter().append(\"g\")\n      .attr(\"class\", \"node\")\n      .call(force.drag);\n\n  var circle = node.append(\"circle\")\n      .attr(\"r\", 4.5);\n\n  var label = node.append(\"text\")\n      .attr(\"dy\", \".35em\")\n      .text(function(d) { return d.name; });\n\n  var cell = node.append(\"path\")\n      .attr(\"class\", \"cell\");\n\n  force.on(\"tick\", function() {\n    cell\n        .data(voronoi(json.nodes))\n        .attr(\"d\", function(d) { return d.length ? \"M\" + d.join(\"L\") : null; });\n\n    link\n        .attr(\"x1\", function(d) { return d.source.x; })\n        .attr(\"y1\", function(d) { return d.source.y; })\n        .attr(\"x2\", function(d) { return d.target.x; })\n        .attr(\"y2\", function(d) { return d.target.y; });\n\n    circle\n        .attr(\"cx\", function(d) { return d.x; })\n        .attr(\"cy\", function(d) { return d.y; });\n\n    label\n        .attr(\"x\", function(d) { return d.x + 8; })\n        .attr(\"y\", function(d) { return d.y; });\n  });\n});\n\n</script>\n","encoding":"utf-8"},"readme.json":{"filename":"readme.json","type":"application/json","language":"JSON","raw_url":"https://gist.githubusercontent.com/mbostock/1212215/raw/8ac84377f78fb62ccb574ddf9d5af42b5c21d0a4/readme.json","size":11535,"truncated":false,"content":"{\"nodes\":[{\"name\":\"Myriel\",\"group\":1},{\"name\":\"Napoleon\",\"group\":1},{\"name\":\"Mlle.Baptistine\",\"group\":1},{\"name\":\"Mme.Magloire\",\"group\":1},{\"name\":\"CountessdeLo\",\"group\":1},{\"name\":\"Geborand\",\"group\":1},{\"name\":\"Champtercier\",\"group\":1},{\"name\":\"Cravatte\",\"group\":1},{\"name\":\"Count\",\"group\":1},{\"name\":\"OldMan\",\"group\":1},{\"name\":\"Labarre\",\"group\":2},{\"name\":\"Valjean\",\"group\":2},{\"name\":\"Marguerite\",\"group\":3},{\"name\":\"Mme.deR\",\"group\":2},{\"name\":\"Isabeau\",\"group\":2},{\"name\":\"Gervais\",\"group\":2},{\"name\":\"Tholomyes\",\"group\":3},{\"name\":\"Listolier\",\"group\":3},{\"name\":\"Fameuil\",\"group\":3},{\"name\":\"Blacheville\",\"group\":3},{\"name\":\"Favourite\",\"group\":3},{\"name\":\"Dahlia\",\"group\":3},{\"name\":\"Zephine\",\"group\":3},{\"name\":\"Fantine\",\"group\":3},{\"name\":\"Mme.Thenardier\",\"group\":4},{\"name\":\"Thenardier\",\"group\":4},{\"name\":\"Cosette\",\"group\":5},{\"name\":\"Javert\",\"group\":4},{\"name\":\"Fauchelevent\",\"group\":0},{\"name\":\"Bamatabois\",\"group\":2},{\"name\":\"Perpetue\",\"group\":3},{\"name\":\"Simplice\",\"group\":2},{\"name\":\"Scaufflaire\",\"group\":2},{\"name\":\"Woman1\",\"group\":2},{\"name\":\"Judge\",\"group\":2},{\"name\":\"Champmathieu\",\"group\":2},{\"name\":\"Brevet\",\"group\":2},{\"name\":\"Chenildieu\",\"group\":2},{\"name\":\"Cochepaille\",\"group\":2},{\"name\":\"Pontmercy\",\"group\":4},{\"name\":\"Boulatruelle\",\"group\":6},{\"name\":\"Eponine\",\"group\":4},{\"name\":\"Anzelma\",\"group\":4},{\"name\":\"Woman2\",\"group\":5},{\"name\":\"MotherInnocent\",\"group\":0},{\"name\":\"Gribier\",\"group\":0},{\"name\":\"Jondrette\",\"group\":7},{\"name\":\"Mme.Burgon\",\"group\":7},{\"name\":\"Gavroche\",\"group\":8},{\"name\":\"Gillenormand\",\"group\":5},{\"name\":\"Magnon\",\"group\":5},{\"name\":\"Mlle.Gillenormand\",\"group\":5},{\"name\":\"Mme.Pontmercy\",\"group\":5},{\"name\":\"Mlle.Vaubois\",\"group\":5},{\"name\":\"Lt.Gillenormand\",\"group\":5},{\"name\":\"Marius\",\"group\":8},{\"name\":\"BaronessT\",\"group\":5},{\"name\":\"Mabeuf\",\"group\":8},{\"name\":\"Enjolras\",\"group\":8},{\"name\":\"Combeferre\",\"group\":8},{\"name\":\"Prouvaire\",\"group\":8},{\"name\":\"Feuilly\",\"group\":8},{\"name\":\"Courfeyrac\",\"group\":8},{\"name\":\"Bahorel\",\"group\":8},{\"name\":\"Bossuet\",\"group\":8},{\"name\":\"Joly\",\"group\":8},{\"name\":\"Grantaire\",\"group\":8},{\"name\":\"MotherPlutarch\",\"group\":9},{\"name\":\"Gueulemer\",\"group\":4},{\"name\":\"Babet\",\"group\":4},{\"name\":\"Claquesous\",\"group\":4},{\"name\":\"Montparnasse\",\"group\":4},{\"name\":\"Toussaint\",\"group\":5},{\"name\":\"Child1\",\"group\":10},{\"name\":\"Child2\",\"group\":10},{\"name\":\"Brujon\",\"group\":4},{\"name\":\"Mme.Hucheloup\",\"group\":8}],\"links\":[{\"source\":1,\"target\":0,\"value\":1},{\"source\":2,\"target\":0,\"value\":8},{\"source\":3,\"target\":0,\"value\":10},{\"source\":3,\"target\":2,\"value\":6},{\"source\":4,\"target\":0,\"value\":1},{\"source\":5,\"target\":0,\"value\":1},{\"source\":6,\"target\":0,\"value\":1},{\"source\":7,\"target\":0,\"value\":1},{\"source\":8,\"target\":0,\"value\":2},{\"source\":9,\"target\":0,\"value\":1},{\"source\":11,\"target\":10,\"value\":1},{\"source\":11,\"target\":3,\"value\":3},{\"source\":11,\"target\":2,\"value\":3},{\"source\":11,\"target\":0,\"value\":5},{\"source\":12,\"target\":11,\"value\":1},{\"source\":13,\"target\":11,\"value\":1},{\"source\":14,\"target\":11,\"value\":1},{\"source\":15,\"target\":11,\"value\":1},{\"source\":17,\"target\":16,\"value\":4},{\"source\":18,\"target\":16,\"value\":4},{\"source\":18,\"target\":17,\"value\":4},{\"source\":19,\"target\":16,\"value\":4},{\"source\":19,\"target\":17,\"value\":4},{\"source\":19,\"target\":18,\"value\":4},{\"source\":20,\"target\":16,\"value\":3},{\"source\":20,\"target\":17,\"value\":3},{\"source\":20,\"target\":18,\"value\":3},{\"source\":20,\"target\":19,\"value\":4},{\"source\":21,\"target\":16,\"value\":3},{\"source\":21,\"target\":17,\"value\":3},{\"source\":21,\"target\":18,\"value\":3},{\"source\":21,\"target\":19,\"value\":3},{\"source\":21,\"target\":20,\"value\":5},{\"source\":22,\"target\":16,\"value\":3},{\"source\":22,\"target\":17,\"value\":3},{\"source\":22,\"target\":18,\"value\":3},{\"source\":22,\"target\":19,\"value\":3},{\"source\":22,\"target\":20,\"value\":4},{\"source\":22,\"target\":21,\"value\":4},{\"source\":23,\"target\":16,\"value\":3},{\"source\":23,\"target\":17,\"value\":3},{\"source\":23,\"target\":18,\"value\":3},{\"source\":23,\"target\":19,\"value\":3},{\"source\":23,\"target\":20,\"value\":4},{\"source\":23,\"target\":21,\"value\":4},{\"source\":23,\"target\":22,\"value\":4},{\"source\":23,\"target\":12,\"value\":2},{\"source\":23,\"target\":11,\"value\":9},{\"source\":24,\"target\":23,\"value\":2},{\"source\":24,\"target\":11,\"value\":7},{\"source\":25,\"target\":24,\"value\":13},{\"source\":25,\"target\":23,\"value\":1},{\"source\":25,\"target\":11,\"value\":12},{\"source\":26,\"target\":24,\"value\":4},{\"source\":26,\"target\":11,\"value\":31},{\"source\":26,\"target\":16,\"value\":1},{\"source\":26,\"target\":25,\"value\":1},{\"source\":27,\"target\":11,\"value\":17},{\"source\":27,\"target\":23,\"value\":5},{\"source\":27,\"target\":25,\"value\":5},{\"source\":27,\"target\":24,\"value\":1},{\"source\":27,\"target\":26,\"value\":1},{\"source\":28,\"target\":11,\"value\":8},{\"source\":28,\"target\":27,\"value\":1},{\"source\":29,\"target\":23,\"value\":1},{\"source\":29,\"target\":27,\"value\":1},{\"source\":29,\"target\":11,\"value\":2},{\"source\":30,\"target\":23,\"value\":1},{\"source\":31,\"target\":30,\"value\":2},{\"source\":31,\"target\":11,\"value\":3},{\"source\":31,\"target\":23,\"value\":2},{\"source\":31,\"target\":27,\"value\":1},{\"source\":32,\"target\":11,\"value\":1},{\"source\":33,\"target\":11,\"value\":2},{\"source\":33,\"target\":27,\"value\":1},{\"source\":34,\"target\":11,\"value\":3},{\"source\":34,\"target\":29,\"value\":2},{\"source\":35,\"target\":11,\"value\":3},{\"source\":35,\"target\":34,\"value\":3},{\"source\":35,\"target\":29,\"value\":2},{\"source\":36,\"target\":34,\"value\":2},{\"source\":36,\"target\":35,\"value\":2},{\"source\":36,\"target\":11,\"value\":2},{\"source\":36,\"target\":29,\"value\":1},{\"source\":37,\"target\":34,\"value\":2},{\"source\":37,\"target\":35,\"value\":2},{\"source\":37,\"target\":36,\"value\":2},{\"source\":37,\"target\":11,\"value\":2},{\"source\":37,\"target\":29,\"value\":1},{\"source\":38,\"target\":34,\"value\":2},{\"source\":38,\"target\":35,\"value\":2},{\"source\":38,\"target\":36,\"value\":2},{\"source\":38,\"target\":37,\"value\":2},{\"source\":38,\"target\":11,\"value\":2},{\"source\":38,\"target\":29,\"value\":1},{\"source\":39,\"target\":25,\"value\":1},{\"source\":40,\"target\":25,\"value\":1},{\"source\":41,\"target\":24,\"value\":2},{\"source\":41,\"target\":25,\"value\":3},{\"source\":42,\"target\":41,\"value\":2},{\"source\":42,\"target\":25,\"value\":2},{\"source\":42,\"target\":24,\"value\":1},{\"source\":43,\"target\":11,\"value\":3},{\"source\":43,\"target\":26,\"value\":1},{\"source\":43,\"target\":27,\"value\":1},{\"source\":44,\"target\":28,\"value\":3},{\"source\":44,\"target\":11,\"value\":1},{\"source\":45,\"target\":28,\"value\":2},{\"source\":47,\"target\":46,\"value\":1},{\"source\":48,\"target\":47,\"value\":2},{\"source\":48,\"target\":25,\"value\":1},{\"source\":48,\"target\":27,\"value\":1},{\"source\":48,\"target\":11,\"value\":1},{\"source\":49,\"target\":26,\"value\":3},{\"source\":49,\"target\":11,\"value\":2},{\"source\":50,\"target\":49,\"value\":1},{\"source\":50,\"target\":24,\"value\":1},{\"source\":51,\"target\":49,\"value\":9},{\"source\":51,\"target\":26,\"value\":2},{\"source\":51,\"target\":11,\"value\":2},{\"source\":52,\"target\":51,\"value\":1},{\"source\":52,\"target\":39,\"value\":1},{\"source\":53,\"target\":51,\"value\":1},{\"source\":54,\"target\":51,\"value\":2},{\"source\":54,\"target\":49,\"value\":1},{\"source\":54,\"target\":26,\"value\":1},{\"source\":55,\"target\":51,\"value\":6},{\"source\":55,\"target\":49,\"value\":12},{\"source\":55,\"target\":39,\"value\":1},{\"source\":55,\"target\":54,\"value\":1},{\"source\":55,\"target\":26,\"value\":21},{\"source\":55,\"target\":11,\"value\":19},{\"source\":55,\"target\":16,\"value\":1},{\"source\":55,\"target\":25,\"value\":2},{\"source\":55,\"target\":41,\"value\":5},{\"source\":55,\"target\":48,\"value\":4},{\"source\":56,\"target\":49,\"value\":1},{\"source\":56,\"target\":55,\"value\":1},{\"source\":57,\"target\":55,\"value\":1},{\"source\":57,\"target\":41,\"value\":1},{\"source\":57,\"target\":48,\"value\":1},{\"source\":58,\"target\":55,\"value\":7},{\"source\":58,\"target\":48,\"value\":7},{\"source\":58,\"target\":27,\"value\":6},{\"source\":58,\"target\":57,\"value\":1},{\"source\":58,\"target\":11,\"value\":4},{\"source\":59,\"target\":58,\"value\":15},{\"source\":59,\"target\":55,\"value\":5},{\"source\":59,\"target\":48,\"value\":6},{\"source\":59,\"target\":57,\"value\":2},{\"source\":60,\"target\":48,\"value\":1},{\"source\":60,\"target\":58,\"value\":4},{\"source\":60,\"target\":59,\"value\":2},{\"source\":61,\"target\":48,\"value\":2},{\"source\":61,\"target\":58,\"value\":6},{\"source\":61,\"target\":60,\"value\":2},{\"source\":61,\"target\":59,\"value\":5},{\"source\":61,\"target\":57,\"value\":1},{\"source\":61,\"target\":55,\"value\":1},{\"source\":62,\"target\":55,\"value\":9},{\"source\":62,\"target\":58,\"value\":17},{\"source\":62,\"target\":59,\"value\":13},{\"source\":62,\"target\":48,\"value\":7},{\"source\":62,\"target\":57,\"value\":2},{\"source\":62,\"target\":41,\"value\":1},{\"source\":62,\"target\":61,\"value\":6},{\"source\":62,\"target\":60,\"value\":3},{\"source\":63,\"target\":59,\"value\":5},{\"source\":63,\"target\":48,\"value\":5},{\"source\":63,\"target\":62,\"value\":6},{\"source\":63,\"target\":57,\"value\":2},{\"source\":63,\"target\":58,\"value\":4},{\"source\":63,\"target\":61,\"value\":3},{\"source\":63,\"target\":60,\"value\":2},{\"source\":63,\"target\":55,\"value\":1},{\"source\":64,\"target\":55,\"value\":5},{\"source\":64,\"target\":62,\"value\":12},{\"source\":64,\"target\":48,\"value\":5},{\"source\":64,\"target\":63,\"value\":4},{\"source\":64,\"target\":58,\"value\":10},{\"source\":64,\"target\":61,\"value\":6},{\"source\":64,\"target\":60,\"value\":2},{\"source\":64,\"target\":59,\"value\":9},{\"source\":64,\"target\":57,\"value\":1},{\"source\":64,\"target\":11,\"value\":1},{\"source\":65,\"target\":63,\"value\":5},{\"source\":65,\"target\":64,\"value\":7},{\"source\":65,\"target\":48,\"value\":3},{\"source\":65,\"target\":62,\"value\":5},{\"source\":65,\"target\":58,\"value\":5},{\"source\":65,\"target\":61,\"value\":5},{\"source\":65,\"target\":60,\"value\":2},{\"source\":65,\"target\":59,\"value\":5},{\"source\":65,\"target\":57,\"value\":1},{\"source\":65,\"target\":55,\"value\":2},{\"source\":66,\"target\":64,\"value\":3},{\"source\":66,\"target\":58,\"value\":3},{\"source\":66,\"target\":59,\"value\":1},{\"source\":66,\"target\":62,\"value\":2},{\"source\":66,\"target\":65,\"value\":2},{\"source\":66,\"target\":48,\"value\":1},{\"source\":66,\"target\":63,\"value\":1},{\"source\":66,\"target\":61,\"value\":1},{\"source\":66,\"target\":60,\"value\":1},{\"source\":67,\"target\":57,\"value\":3},{\"source\":68,\"target\":25,\"value\":5},{\"source\":68,\"target\":11,\"value\":1},{\"source\":68,\"target\":24,\"value\":1},{\"source\":68,\"target\":27,\"value\":1},{\"source\":68,\"target\":48,\"value\":1},{\"source\":68,\"target\":41,\"value\":1},{\"source\":69,\"target\":25,\"value\":6},{\"source\":69,\"target\":68,\"value\":6},{\"source\":69,\"target\":11,\"value\":1},{\"source\":69,\"target\":24,\"value\":1},{\"source\":69,\"target\":27,\"value\":2},{\"source\":69,\"target\":48,\"value\":1},{\"source\":69,\"target\":41,\"value\":1},{\"source\":70,\"target\":25,\"value\":4},{\"source\":70,\"target\":69,\"value\":4},{\"source\":70,\"target\":68,\"value\":4},{\"source\":70,\"target\":11,\"value\":1},{\"source\":70,\"target\":24,\"value\":1},{\"source\":70,\"target\":27,\"value\":1},{\"source\":70,\"target\":41,\"value\":1},{\"source\":70,\"target\":58,\"value\":1},{\"source\":71,\"target\":27,\"value\":1},{\"source\":71,\"target\":69,\"value\":2},{\"source\":71,\"target\":68,\"value\":2},{\"source\":71,\"target\":70,\"value\":2},{\"source\":71,\"target\":11,\"value\":1},{\"source\":71,\"target\":48,\"value\":1},{\"source\":71,\"target\":41,\"value\":1},{\"source\":71,\"target\":25,\"value\":1},{\"source\":72,\"target\":26,\"value\":2},{\"source\":72,\"target\":27,\"value\":1},{\"source\":72,\"target\":11,\"value\":1},{\"source\":73,\"target\":48,\"value\":2},{\"source\":74,\"target\":48,\"value\":2},{\"source\":74,\"target\":73,\"value\":3},{\"source\":75,\"target\":69,\"value\":3},{\"source\":75,\"target\":68,\"value\":3},{\"source\":75,\"target\":25,\"value\":3},{\"source\":75,\"target\":48,\"value\":1},{\"source\":75,\"target\":41,\"value\":1},{\"source\":75,\"target\":70,\"value\":1},{\"source\":75,\"target\":71,\"value\":1},{\"source\":76,\"target\":64,\"value\":1},{\"source\":76,\"target\":65,\"value\":1},{\"source\":76,\"target\":66,\"value\":1},{\"source\":76,\"target\":63,\"value\":1},{\"source\":76,\"target\":62,\"value\":1},{\"source\":76,\"target\":48,\"value\":1},{\"source\":76,\"target\":58,\"value\":1}]}","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/1212215/raw/38432cfe2b9efd9d324465acbeabefe2bc818751/thumbnail.png","size":5689,"truncated":false,"content":"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\nw3XDheE9EeIRsRH1EVORHpFFkcNRJlHro65FK0RzozticDERMTUxk8s8l+1f\nNhZrFZsfe2e5zvLVy6+sUFiRuuLMSvGVzJUn4zBxkXENcV+Zgcwq5mQ8I748\nfoLlzjrAesV2Ye9jjyc4JhQlPE90TCxKfMFx5OzljCc5JxUnvea6c0u5b5N9\nkiuSp1ICU2pTZlIjU5vT8GlxaZ08KV4KrzddJX11+hDfgJ/PH86wz9ifMSHw\nE9RkQpnLMzuypBFz0y/UFf4gHMl2yi7L/rQqYtXJ1ZKreav71+iv2b7meY5X\nzk9r0WtZa3vWqa3bvG5kvev6yg3QhvgNPRs1NuZtHNvkvaluM3FzyuZfc01z\ni3I/bInc0pWnnLcpb/QH7x8a88XyBfl3tzpsrdiG3sbdNrDdYvvB7d8L2AVX\nC00Liwu/7mDtuPqj2Y8lP87sTNw5sMt61+Hd2N283Xf2OO+pK5Isyika3Ruw\nt20ffV/Bvg/7V+6/UmxZXHGAeEB4YLjEv6TjoObB3Qe/liaV3i5zK2suVyrf\nXj51iH3oxmGXw00VyhWFFV+OcI/cq/SubKvSrio+ij2affRZdUR130+2P9XX\nKNQU1nyr5dUO14XU9dbb1Nc3KDXsaoQbhY3jx2KPDR73ON7RZNRU2UxrLmwB\nLcKWlz/H/XznhN+JnpO2J5tOaZ0qb6W2FrRBbWvaJtqT2oc7ojuGOn07e7oc\nulp/Mf6l9rTa6bIzMmd2nSWezTs7cy7n3GQ3v/v1ec750Z6VPQ8vRF241Rvc\nO3DR7+LlS16XLvS59p277Hj59BX7K51Xba+2X7O+1tZv1d/6q9WvrQPWA23X\nba53DNoNdg0tGTp7w/nG+ZseNy/dYty6dnvp7aE74Xfu3Y29O3yPfe/F/dT7\nbx9kP5h+uOkR5lHBY4nHxU+UnlT9pvdb87D18JkRj5H+p6FPH46yRl/9nvn7\n17G8Z5Rnxc9Vn9e/MH9xetxrfPDlspdjr/ivpl/n/yH5R/kb3Ten/nT5s38i\namLsreDtzLsd7+Xf136w/NAzGTT55GPax+mpgk/yn+o+237u+xL55fn0qq+4\nryXf9L51fff7/mgmbWaGzxQw56wACgk4MRGAd7UAUKIR7zAIAFFs3hPPCZr3\n8XME/hPP++Y5WQNQ6wJA+CYA/BGPchgJLYTJyDhricJcAGxhIYp/KDPRwny+\nFhlxlphPMzPvlQHAdQHwTTAzM31oZuZbNdLsfQC6M+a9+KywyD+UFsws9ats\nAP+qvwC98AE10qiCJwAAAcVQTFRFDg4PICAgJiYnODg4hoaGiIiIiYmJioqK\ni4uLjIyMjY2Njo6Oj4+PkJCQkZGRkpKSk5OTlJSUlZWVlpaWl5eXmJiYmZmZ\nmpqam5ubnJycnZ2dnp6en5+foKCgoaGhoqKio6OjpKSkpaWlpqamp6enqKio\nqampqbGxqqqqq6urrKysrLO0ra2trq6ur6+vr7SxsLCwsbGxsrKys6y4s7Oz\ntLS0tbW1tra2t7e3uLi4ubazubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHB\nwcXHwsLCw767w8PDxMTExcXFxr7GxsK+xsbGx8TJx8TLx8fHyMjIycnJysfD\nysrKy8vLzMzMzcvLzc3Nzs7Oz8zNz8/P0M7I0NDQ0dHR0tLS09PT1NTU1dXV\n1tbW19fX2NjY2dnZ2tra29vb3Nzc3d3d3t7e39/f4ODg4eHh4uLi4+Pj5OTk\n5eXl5ubm5+fn6Ojo6enp6urq6+vr7Ozs7e3t7fH07u7u7+/v8PDw8fHx8vLy\n8/Pz9PT09fX19vb29/f29/f3+Pj4+Pj5+Pn5+Pn6+fj3+fj4+fn5+fr6+vr6\n+vr7+/v7/Pz8/f38/f39/v7+/v//////qSPE6AAAAAFiS0dElpFpKzkAAAl9\nSURBVHja7dxZV+PIFQDgyTaZaYZub3gDbLYmQBrikOmFND0MEAKdkNAECI4D\nGDDGNl5lWbIULVUlRcqmKFKk3N+bB9NL6HmYnNMLll1PepHP+U5V3XtLVeVP\noCfaJ31mn9ln9pk9w+SvrB5gSqPBzR5gspHRxz3AdNMrcg8wHdITIUhTe4KJ\nrV5g2rgn8qam9QQT2b3AtD7amP2gTFXvBaaLnF5gWkovrFCKC9UeYKqx6XHX\n+0xr1v+kFwZtu2J4j2mbrwKsrAAA2AjAc0xtbrh2/XgZGqd2CqBqHmRWQtNL\n14/L4/HgeJjBjgeZZHq4eL2SPvcn54dCDcE7vfk6YSiKjk0AoBdWKrnj6vLJ\nQSje8gizOrV3DTWRC5bsAMxO38lcnZxkL2djyV2PMCfngsJ19WoBgI5y2cXB\nHx6fltbWXuwOz8oeYW77pnjVAXtnkQEAgGxgKLW6srx6PDiwIFQNr8xNRzQc\n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\nzHq0m7UWZAAAAABJRU5ErkJggg==\n","encoding":"base64"}},"public":true,"created_at":"2011-09-12T19:56:02Z","updated_at":"2017-11-08T08:21:16Z","description":"Force Layout with Mouseover Labels","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/1212215/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"forks":[{"url":"https://api.github.com/gists/1291084","user":{"login":"jasondavies","id":31223,"node_id":"MDQ6VXNlcjMxMjIz","avatar_url":"https://avatars.githubusercontent.com/u/31223?v=4","gravatar_id":"","url":"https://api.github.com/users/jasondavies","html_url":"https://github.com/jasondavies","followers_url":"https://api.github.com/users/jasondavies/followers","following_url":"https://api.github.com/users/jasondavies/following{/other_user}","gists_url":"https://api.github.com/users/jasondavies/gists{/gist_id}","starred_url":"https://api.github.com/users/jasondavies/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jasondavies/subscriptions","organizations_url":"https://api.github.com/users/jasondavies/orgs","repos_url":"https://api.github.com/users/jasondavies/repos","events_url":"https://api.github.com/users/jasondavies/events{/privacy}","received_events_url":"https://api.github.com/users/jasondavies/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jason Davies","company":null,"blog":"https://www.jasondavies.com/","location":"London, UK","email":"jason@jasondavies.com","hireable":null,"bio":null,"twitter_username":"jasondavies","public_repos":22,"public_gists":76,"followers":3267,"following":37,"created_at":"2008-10-27T12:15:54Z","updated_at":"2026-04-03T18:54:42Z"},"id":"1291084","created_at":"2011-10-16T16:10:06Z","updated_at":"2015-09-27T15:27:56Z"},{"url":"https://api.github.com/gists/6790305","user":{"login":"guetz","id":4185228,"node_id":"MDQ6VXNlcjQxODUyMjg=","avatar_url":"https://avatars.githubusercontent.com/u/4185228?v=4","gravatar_id":"","url":"https://api.github.com/users/guetz","html_url":"https://github.com/guetz","followers_url":"https://api.github.com/users/guetz/followers","following_url":"https://api.github.com/users/guetz/following{/other_user}","gists_url":"https://api.github.com/users/guetz/gists{/gist_id}","starred_url":"https://api.github.com/users/guetz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/guetz/subscriptions","organizations_url":"https://api.github.com/users/guetz/orgs","repos_url":"https://api.github.com/users/guetz/repos","events_url":"https://api.github.com/users/guetz/events{/privacy}","received_events_url":"https://api.github.com/users/guetz/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":4,"public_gists":2,"followers":0,"following":2,"created_at":"2013-04-17T20:54:37Z","updated_at":"2026-02-25T23:05:52Z"},"id":"6790305","created_at":"2013-10-02T07:47:47Z","updated_at":"2015-12-24T11:19:16Z"},{"url":"https://api.github.com/gists/e946b3df47ba2f2da511f62e113234f3","user":{"login":"make-sum","id":3085179,"node_id":"MDQ6VXNlcjMwODUxNzk=","avatar_url":"https://avatars.githubusercontent.com/u/3085179?v=4","gravatar_id":"","url":"https://api.github.com/users/make-sum","html_url":"https://github.com/make-sum","followers_url":"https://api.github.com/users/make-sum/followers","following_url":"https://api.github.com/users/make-sum/following{/other_user}","gists_url":"https://api.github.com/users/make-sum/gists{/gist_id}","starred_url":"https://api.github.com/users/make-sum/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/make-sum/subscriptions","organizations_url":"https://api.github.com/users/make-sum/orgs","repos_url":"https://api.github.com/users/make-sum/repos","events_url":"https://api.github.com/users/make-sum/events{/privacy}","received_events_url":"https://api.github.com/users/make-sum/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":15,"public_gists":15,"followers":6,"following":8,"created_at":"2012-12-20T00:11:24Z","updated_at":"2026-04-06T08:39:01Z"},"id":"e946b3df47ba2f2da511f62e113234f3","created_at":"2017-11-08T08:21:15Z","updated_at":"2017-11-08T08:21:16Z"}],"history":[{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"382e20bed5d5e403242ed66fcbd74c80018f0861","committed_at":"2016-02-09T00:26:53Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/1212215/382e20bed5d5e403242ed66fcbd74c80018f0861"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"22aaa8b574ea502c12d820c5c4f680b75024c1fd","committed_at":"2015-11-17T21:08:42Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/1212215/22aaa8b574ea502c12d820c5c4f680b75024c1fd"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"ddf70be0b7c93d6da67ee8853e4a273d793971b0","committed_at":"2015-11-17T21:06:34Z","change_status":{"total":163,"additions":98,"deletions":65},"url":"https://api.github.com/gists/1212215/ddf70be0b7c93d6da67ee8853e4a273d793971b0"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"cbdb7ddf61f064d5eb8a8d10c389c517ae5f97d9","committed_at":"2012-10-12T03:47:39Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/1212215/cbdb7ddf61f064d5eb8a8d10c389c517ae5f97d9"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"952f0c849f2cc0f4aacb56a3a6f3da506526d234","committed_at":"2011-09-12T19:56:03Z","change_status":{"total":76,"additions":76,"deletions":0},"url":"https://api.github.com/gists/1212215/952f0c849f2cc0f4aacb56a3a6f3da506526d234"}],"truncated":false}