Skip to content

Instantly share code, notes, and snippets.

@tfechner
Forked from mbostock/.block
Last active August 29, 2015 14:08
Show Gist options
  • Save tfechner/7f86e8b467331fe69e2d to your computer and use it in GitHub Desktop.
Save tfechner/7f86e8b467331fe69e2d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.link {
fill: none;
stroke-width: 1.5px;
}
.axis, .node {
stroke: #000;
stroke-width: 1.5px;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/d3.hive.v0.min.js"></script>
<script src="https://dl.dropboxusercontent.com/u/16389915/test/main.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment