{"url":"https://api.github.com/gists/3184089","forks_url":"https://api.github.com/gists/3184089/forks","commits_url":"https://api.github.com/gists/3184089/commits","id":"3184089","node_id":"MDQ6R2lzdDMxODQwODk=","git_pull_url":"https://gist.github.com/3184089.git","git_push_url":"https://gist.github.com/3184089.git","html_url":"https://gist.github.com/mbostock/3184089","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3184089/raw/703d310b399098a243a76a50bc209167e924cfd2/.block","size":17,"truncated":false,"content":"license: gpl-3.0\n","encoding":"utf-8"},"README.md":{"filename":"README.md","type":"text/markdown","language":"Markdown","raw_url":"https://gist.githubusercontent.com/mbostock/3184089/raw/11c490c38780938bd61065bac4e0367c93401b7c/README.md","size":139,"truncated":false,"content":"In response to a Stack Overflow question, [Tree drawing orientation](http://stackoverflow.com/questions/11673335/tree-drawing-orientation).","encoding":"utf-8"},"graph.json":{"filename":"graph.json","type":"application/json","language":"JSON","raw_url":"https://gist.githubusercontent.com/mbostock/3184089/raw/fdc6db6e177505032a253bc04eefbb80046f93ca/graph.json","size":87,"truncated":false,"content":"{\n  \"children\": [\n    {\n      \"children\": [\n        {},\n        {}\n      ]\n    }\n  ]\n}\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/3184089/raw/f36828c1e59ee8a4a719123c41d21ac1d89c7904/index.html","size":2312,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\nbody {\n  font: 10px sans-serif;\n}\n\n.link {\n  fill: none;\n  stroke: #000;\n}\n\n.border {\n  fill: none;\n  shape-rendering: crispEdges;\n  stroke: #aaa;\n}\n\n.node {\n  stroke: #fff;\n}\n\n</style>\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\nvar margin = {top: 140, right: 10, bottom: 140, left: 10},\n    width = 240 - margin.left - margin.right,\n    height = 500 - margin.top - margin.bottom;\n\nvar orientations = {\n  \"top-to-bottom\": {\n    size: [width, height],\n    x: function(d) { return d.x; },\n    y: function(d) { return d.y; }\n  },\n  \"right-to-left\": {\n    size: [height, width],\n    x: function(d) { return width - d.y; },\n    y: function(d) { return d.x; }\n  },\n  \"bottom-to-top\": {\n    size: [width, height],\n    x: function(d) { return d.x; },\n    y: function(d) { return height - d.y; }\n  },\n  \"left-to-right\": {\n    size: [height, width],\n    x: function(d) { return d.y; },\n    y: function(d) { return d.x; }\n  }\n};\n\nvar svg = d3.select(\"body\").selectAll(\"svg\")\n    .data(d3.entries(orientations))\n  .enter().append(\"svg\")\n    .attr(\"width\", width + margin.left + margin.right)\n    .attr(\"height\", height + margin.top + margin.bottom)\n  .append(\"g\")\n    .attr(\"transform\", \"translate(\" + margin.left + \",\" + margin.top + \")\");\n\nsvg.append(\"rect\")\n    .attr(\"width\", width)\n    .attr(\"height\", height)\n    .attr(\"class\", \"border\");\n\nsvg.append(\"text\")\n    .attr(\"x\", 6)\n    .attr(\"y\", 6)\n    .attr(\"dy\", \".71em\")\n    .text(function(d) { return d.key; });\n\nd3.json(\"graph.json\", function(error, root) {\n  if (error) throw error;\n\n  svg.each(function(orientation) {\n    var svg = d3.select(this),\n        o = orientation.value;\n\n    // Compute the layout.\n    var tree = d3.layout.tree().size(o.size),\n        nodes = tree.nodes(root),\n        links = tree.links(nodes);\n\n    // Create the link lines.\n    svg.selectAll(\".link\")\n        .data(links)\n      .enter().append(\"path\")\n        .attr(\"class\", \"link\")\n        .attr(\"d\", d3.svg.diagonal().projection(function(d) { return [o.x(d), o.y(d)]; }));\n\n    // Create the node circles.\n    svg.selectAll(\".node\")\n        .data(nodes)\n      .enter().append(\"circle\")\n        .attr(\"class\", \"node\")\n        .attr(\"r\", 4.5)\n        .attr(\"cx\", o.x)\n        .attr(\"cy\", o.y);\n  });\n});\n\n</script>\n","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3184089/raw/23f65c0babbafede00244878c043ec9f5b02c15d/thumbnail.png","size":3888,"truncated":false,"content":"iVBORw0KGgoAAAANSUhEUgAAAOYAAAB4CAYAAADmBo6IAAAAGXRFWHRTb2Z0\nd2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADtJJREFUeNrsnUlQU10Wx08G\nEoggM+IEIqCiOJdDtV1WuWh1obbTzuqVC3cW38KtG125dOHCnQtdOH1laXVX\nubTqK1tty1nBEQUnVNAgAhlI3/+FFwMGyPBe8iL/n/VMCGS4w//ec84998YR\niUSei0iVuoJCCMk2eerqcqv/StVVxPogxDYEnawDQuwHhUkIhUkIoTAJoTAJ\nIRQmIRQmIYTCJITCJIRQmIQQCpMQCpMQQmESQmESQihMQihMQgiFSQihMAmh\nMAkhFCYhFCYhhMIkhMIkhFCYhBAKkxAKkxBCYRJCYRJCKExCKExCyFQVZltb\nm7x//541bzNu3bolHz58sPx9Wltb9UUmxhGJRL6o27L+/n4ZGBgQp9Mp6rGf\nf+BwqP8jgodwX/9OPeTU9yX6s0QmfiOXyyU/fvyQ5uZmWb9+vVy8eFH6+vos\nKxg+V35+vhQUFEQfGxoaEr/fHy0X/ma4fKOf50CBRh5GfYTDYVs34vTp0/Xn\nNOhX9TwwOKjrHGVGGVFMlE037Uh74XHU0c2bN2Xjxo2ya9cuOXv2rG6X2D5g\nBkb7r1q1Sr/v7du3xefzJVS3E7Wl0T8dThceHOmGI+WM186oA/u3ZbfbeOCb\nKuQ0X4FEHE7Jz3NLZAiV6ZSBQEDful1uGRwcEK+3QMKhkGr4gLg9eeJRFT4s\nTseEjYmKKS4ulkOHDsn8+fN1Q3m9XssKiAb/9u3bqMYcVJ0VV2lpqQRRLjfK\nNFw+p2rYcCSsy4nGQ3dxDqnX6P2uKqtYDUQ2NHeUGL9+/arLFFtOf2+v+Ary\nJRgOqTYtVO0VVO0YVJ3bIy4H2mtIP3cwGNTt0rSoSf74o0U2bPi7uJzD7WK2\nMI32b2lp0e+N+8DtdqfclgF1+QoLdTv2+b+Ky1MgXvRd9c/tylPjT0SCqq+6\nRsqKW/RTl9Np+7aM1kpeXp64VEc8d+4/Uls/Q/x9fmmc1yD377WJVzVow8IG\n6eh8Id4hFDIibc8/yowZxVJVVSb+gR7Vcavkn9v/NukH2Lt3r1RUVOgPElvR\nZoMRFVbAWIqKiuT925dy438PpNCTL92BkER6RRoX10nbo1apb6iR8upi+etO\nq5SKS54++yj/OrBP5lQV2nKEjTe4ud0ecTsDcu7Pf0vd7Dr53tMjbe090lBX\nKaVlhdLx6bPMn10jna87xeP1yIpVzTJ/5nxxhJ1y5fKfMmNmvaxdu9ySz7tj\nxw4pKSnRM2C6bVmoRNnZ9Ub++u9D6evoksr6JVLuC8unL9+kcUGDTC8Oy72H\n7VLozZcv6vmhr0Oyads/pHZmse3bMjp0RIYi4lGmRVVFifT2fpL2D+/Ub10y\nZ1a1Gpn8ehTCE/sHeyXiHFKj7ELxeZ3SH+iTBUuaVCWUSigBiy+oRi6zR+Ok\nBKtGX19JueocHnn0uFUWNTXLjAr1c2mJVJYXS/+AXwpUOT1DvZJfWCarV68R\nT46FyNBWLrdXiqb55AfKU+iTxQsbVRv3SzASkoalzVJUWiGzqislEPCrdgtL\ncWm5vHvXLh1dHTKoZhmr6FGDhMfjMcldEfHhtYJ+1QdXK8FVSWVVlZoklGUU\n6JciNQCEA93y8PEz1V+bpbqyQvI97pxow6iP+enTJykvL9cmR1AVyj8wKBVK\nbCAEM8Cdp0au8Ih7ElGadetODpElYo4YPH36VM20M6KmjJUz5pcvX6SysvKn\n76VGTZgKGLEDg/3y9mO31NXMHunMenRSZp8yZ5X1EFHPF+2bOUb8a3s2IMwf\nDJix1ofRlsM+ZURbJw51DSnB4dbwR9GO4WBIl/ezqqvXL19Ioxpkfd5CZQpa\nU+Br164pk3mDdmXMasthP9o57GuqhgrHlPNrz2fp6laTR31tVMw50Jbd7ni+\ngMfrkwp1RU0j1XCGAz/Woc9VPMpXNkQpI/EQ1ZqqrMOd1hHjh9i1IRMJuIz6\necwAiiCX0bZlyu9uHQxKUUHhLwExMzseTFiz+83PwJfjl3KWKMsAV661Jdcx\nSbRzT59eJJ8/f7bsPd68eSPV1dWsbDsK05Gr088UoK6uTvuAVgCzM6RMzJqa\nGlY0Z0ySDIhYY20QJqfZfPz4UWbPns1KpjBJKixcuFCePXtmauT8+/fvWphV\nVVWsYAqTpDprzpw5Ux4/fmzK6yE5ACl4ixYtohtDYY7v37JzTM6cOXN02P7l\ny5dpvxYEDr8SgieJ909ntj5ANoCJZkZnmwo0NDRoc/b169cpPR+JJNiwgCwv\nmrCJce/ePb0GDbKSBpGNzB8kZm/ZskUvC1y5ckWvpyFhGB3HrEyU3436+nrp\n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\n4Tm0eZTgAAAAAElFTkSuQmCC\n","encoding":"base64"}},"public":true,"created_at":"2012-07-26T19:45:08Z","updated_at":"2022-01-13T23:01:07Z","description":"Tree Layout Orientations","comments":1,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3184089/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},"fork_of":{"url":"https://api.github.com/gists/2949981","forks_url":"https://api.github.com/gists/2949981/forks","commits_url":"https://api.github.com/gists/2949981/commits","id":"2949981","node_id":"MDQ6R2lzdDI5NDk5ODE=","git_pull_url":"https://gist.github.com/2949981.git","git_push_url":"https://gist.github.com/2949981.git","html_url":"https://gist.github.com/mbostock/2949981","files":{},"public":true,"created_at":"2012-06-18T18:48:09Z","updated_at":"2019-11-08T07:43:12Z","description":"Tree Layout from CSV","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/2949981/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/c5a7f549e920c8a64204","user":{"login":"git-ashish","id":2697421,"node_id":"MDQ6VXNlcjI2OTc0MjE=","avatar_url":"https://avatars.githubusercontent.com/u/2697421?v=4","gravatar_id":"","url":"https://api.github.com/users/git-ashish","html_url":"https://github.com/git-ashish","followers_url":"https://api.github.com/users/git-ashish/followers","following_url":"https://api.github.com/users/git-ashish/following{/other_user}","gists_url":"https://api.github.com/users/git-ashish/gists{/gist_id}","starred_url":"https://api.github.com/users/git-ashish/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/git-ashish/subscriptions","organizations_url":"https://api.github.com/users/git-ashish/orgs","repos_url":"https://api.github.com/users/git-ashish/repos","events_url":"https://api.github.com/users/git-ashish/events{/privacy}","received_events_url":"https://api.github.com/users/git-ashish/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Ashish Singh","company":null,"blog":"https://iashishsingh.com","location":"Vadodara, Gujarat, India","email":null,"hireable":true,"bio":"Freelance Data Visualisation Consultant","twitter_username":null,"public_repos":153,"public_gists":157,"followers":21,"following":57,"created_at":"2012-11-01T08:37:06Z","updated_at":"2026-03-27T06:23:39Z"},"id":"c5a7f549e920c8a64204","created_at":"2014-09-11T12:29:46Z","updated_at":"2015-08-29T14:06:18Z"},{"url":"https://api.github.com/gists/721b8a787527ffaf7ede","user":{"login":"ziad-saab","id":3943143,"node_id":"MDQ6VXNlcjM5NDMxNDM=","avatar_url":"https://avatars.githubusercontent.com/u/3943143?v=4","gravatar_id":"","url":"https://api.github.com/users/ziad-saab","html_url":"https://github.com/ziad-saab","followers_url":"https://api.github.com/users/ziad-saab/followers","following_url":"https://api.github.com/users/ziad-saab/following{/other_user}","gists_url":"https://api.github.com/users/ziad-saab/gists{/gist_id}","starred_url":"https://api.github.com/users/ziad-saab/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ziad-saab/subscriptions","organizations_url":"https://api.github.com/users/ziad-saab/orgs","repos_url":"https://api.github.com/users/ziad-saab/repos","events_url":"https://api.github.com/users/ziad-saab/events{/privacy}","received_events_url":"https://api.github.com/users/ziad-saab/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Ziad Saab","company":"@MetaMask ","blog":"https://www.ziadmtl.dev","location":"Montreal, Canada","email":"ziad.saab@gmail.com","hireable":true,"bio":"DevRel @ MetaMask 🦊\r\n\r\nSoftware Developer, Teacher, and Mentor.","twitter_username":"ziadmtl","public_repos":164,"public_gists":10,"followers":217,"following":24,"created_at":"2013-03-22T16:46:11Z","updated_at":"2026-04-02T20:13:28Z"},"id":"721b8a787527ffaf7ede","created_at":"2015-05-11T16:33:42Z","updated_at":"2015-08-29T14:20:59Z"},{"url":"https://api.github.com/gists/29ff7896663808dfc5c6","user":{"login":"llimllib","id":7150,"node_id":"MDQ6VXNlcjcxNTA=","avatar_url":"https://avatars.githubusercontent.com/u/7150?v=4","gravatar_id":"","url":"https://api.github.com/users/llimllib","html_url":"https://github.com/llimllib","followers_url":"https://api.github.com/users/llimllib/followers","following_url":"https://api.github.com/users/llimllib/following{/other_user}","gists_url":"https://api.github.com/users/llimllib/gists{/gist_id}","starred_url":"https://api.github.com/users/llimllib/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/llimllib/subscriptions","organizations_url":"https://api.github.com/users/llimllib/orgs","repos_url":"https://api.github.com/users/llimllib/repos","events_url":"https://api.github.com/users/llimllib/events{/privacy}","received_events_url":"https://api.github.com/users/llimllib/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Bill Mill","company":null,"blog":"http://billmill.org","location":"Portland, Maine","email":"bill@billmill.org","hireable":null,"bio":null,"twitter_username":null,"public_repos":187,"public_gists":181,"followers":406,"following":184,"created_at":"2008-04-14T00:16:24Z","updated_at":"2026-04-03T02:27:23Z"},"id":"29ff7896663808dfc5c6","created_at":"2015-11-06T21:49:11Z","updated_at":"2015-11-06T21:53:32Z"},{"url":"https://api.github.com/gists/66727917ef57f463d4e0993592a84b12","user":{"login":"ix4","id":38112035,"node_id":"MDQ6VXNlcjM4MTEyMDM1","avatar_url":"https://avatars.githubusercontent.com/u/38112035?v=4","gravatar_id":"","url":"https://api.github.com/users/ix4","html_url":"https://github.com/ix4","followers_url":"https://api.github.com/users/ix4/followers","following_url":"https://api.github.com/users/ix4/following{/other_user}","gists_url":"https://api.github.com/users/ix4/gists{/gist_id}","starred_url":"https://api.github.com/users/ix4/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ix4/subscriptions","organizations_url":"https://api.github.com/users/ix4/orgs","repos_url":"https://api.github.com/users/ix4/repos","events_url":"https://api.github.com/users/ix4/events{/privacy}","received_events_url":"https://api.github.com/users/ix4/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":12,"public_gists":1448,"followers":67,"following":94,"created_at":"2018-04-05T17:37:06Z","updated_at":"2026-04-13T03:04:38Z"},"id":"66727917ef57f463d4e0993592a84b12","created_at":"2019-11-08T07:43:13Z","updated_at":"2019-11-08T07:43:13Z"}],"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":"0e0ad03c06635a2db1712019466b56f2b5440b2e","committed_at":"2016-02-09T01:28:35Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3184089/0e0ad03c06635a2db1712019466b56f2b5440b2e"},{"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":"ee6309cd410c0ca4d4598533fa40e75dd7f4b3ec","committed_at":"2015-10-31T00:53:45Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3184089/ee6309cd410c0ca4d4598533fa40e75dd7f4b3ec"},{"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":"a843fe0243174854952d515d2f447a90e0fa7b19","committed_at":"2015-06-11T19:37:28Z","change_status":{"total":3,"additions":2,"deletions":1},"url":"https://api.github.com/gists/3184089/a843fe0243174854952d515d2f447a90e0fa7b19"},{"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":"481f8460786548e6704caa47dd1a6078412618bf","committed_at":"2015-06-11T16:58:09Z","change_status":{"total":6,"additions":3,"deletions":3},"url":"https://api.github.com/gists/3184089/481f8460786548e6704caa47dd1a6078412618bf"},{"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":"367478f9dded431c4f985da34dd0df63c05fe621","committed_at":"2012-10-12T03:55:27Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/3184089/367478f9dded431c4f985da34dd0df63c05fe621"},{"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":"8102f298ad2543b3d71c3222542bc661cb2a55c0","committed_at":"2012-07-26T20:10:33Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3184089/8102f298ad2543b3d71c3222542bc661cb2a55c0"},{"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":"213b21f167770c89a6de0e109c28b138e140df3a","committed_at":"2012-07-26T20:06:13Z","change_status":{"total":130,"additions":85,"deletions":45},"url":"https://api.github.com/gists/3184089/213b21f167770c89a6de0e109c28b138e140df3a"},{"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":"14e44136b3b7ecbc13b7ef56af2a23f6217c196e","committed_at":"2012-06-18T19:03:47Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3184089/14e44136b3b7ecbc13b7ef56af2a23f6217c196e"},{"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":"78340eb91013602f7112ead61721277db18ab953","committed_at":"2012-06-18T18:59:56Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3184089/78340eb91013602f7112ead61721277db18ab953"},{"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":"9bfb14be8eca575d0cd3a98168fad7c2c7b28431","committed_at":"2012-06-18T18:56:46Z","change_status":{"total":6,"additions":3,"deletions":3},"url":"https://api.github.com/gists/3184089/9bfb14be8eca575d0cd3a98168fad7c2c7b28431"},{"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":"36fe77f74bd99bc76d1ffe7bdaa51d639e7826c1","committed_at":"2012-06-18T18:55:03Z","change_status":{},"url":"https://api.github.com/gists/3184089/36fe77f74bd99bc76d1ffe7bdaa51d639e7826c1"},{"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":"0fd399a44aad83649e9cf47390caa8f421b2ba5f","committed_at":"2012-06-18T18:54:50Z","change_status":{},"url":"https://api.github.com/gists/3184089/0fd399a44aad83649e9cf47390caa8f421b2ba5f"},{"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":"6e9d674d56a898da56feb2a1bb37f84ba5de7243","committed_at":"2012-06-18T18:54:03Z","change_status":{},"url":"https://api.github.com/gists/3184089/6e9d674d56a898da56feb2a1bb37f84ba5de7243"},{"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":"06203cd0464cbcb4a667f0a95adc94921e6346a5","committed_at":"2012-06-18T18:52:40Z","change_status":{},"url":"https://api.github.com/gists/3184089/06203cd0464cbcb4a667f0a95adc94921e6346a5"},{"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":"9812392f8b7b2bb07779298f81e822ad1c5876ed","committed_at":"2012-06-18T18:52:19Z","change_status":{},"url":"https://api.github.com/gists/3184089/9812392f8b7b2bb07779298f81e822ad1c5876ed"},{"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":"65065a6cfc071a671a8f772bad79eb008fa38641","committed_at":"2012-06-18T18:42:22Z","change_status":{},"url":"https://api.github.com/gists/3184089/65065a6cfc071a671a8f772bad79eb008fa38641"},{"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":"05629f6d65372cfacf9cd81d2160bd1b26e6a4e3","committed_at":"2012-06-18T18:42:03Z","change_status":{},"url":"https://api.github.com/gists/3184089/05629f6d65372cfacf9cd81d2160bd1b26e6a4e3"},{"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":"4ed23223e0dc46e26c4cbd8be93564fe28374f49","committed_at":"2012-06-18T18:41:37Z","change_status":{},"url":"https://api.github.com/gists/3184089/4ed23223e0dc46e26c4cbd8be93564fe28374f49"},{"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":"c4e42de30107824cc1de92d47f4376785ed3706c","committed_at":"2012-06-18T18:41:21Z","change_status":{},"url":"https://api.github.com/gists/3184089/c4e42de30107824cc1de92d47f4376785ed3706c"}],"truncated":false}