Skip to content

Instantly share code, notes, and snippets.

@1wheel
Last active August 22, 2016 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1wheel/408f41a4e4c721c5e1fb to your computer and use it in GitHub Desktop.
Save 1wheel/408f41a4e4c721c5e1fb to your computer and use it in GitHub Desktop.
cord-links
<!DOCTYPE html>
<meta charset="utf-8">
<style>
rect{
fill-opacity: 1;
stroke: black;
fill: lightgrey;
cursor: pointer;
}
text{
pointer-events: none;
}
svg{
overflow: visible;
background: black;
}
body{
margin: 0px;
}
html{
width: 960px;
height: 500px;
}
.place rect{
fill: white;
}
.people text{
font-size: 10px;
}
.places text{
font-size: 10px;
}
.connection{
fill: pink;
stroke: black;
}
</style>
<body></body>
<script src="/1wheel/raw/67b47524ed8ed829d021/d3-3.5.5.js"></script>
<script src="/1wheel/raw/67b47524ed8ed829d021/lodash-3.8.0.js"></script>
<script src='/1wheel/raw/1b6758978dc2d52d3a37/d3-jetpack.js'></script>
<script src='/1wheel/raw/1b6758978dc2d52d3a37/d3-starterkit.js'></script>
<script src='/1wheel/raw/5d32ecb8a54b42f53646/geometry.js'></script>
<script src='chord-links.js'></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment