xxxxxxxxxx
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
margin: 10px;
}
.candidate{
cursor: pointer;
}
.candidate circle{
fill-opacity: .8;
stroke: black;
}
.candidate text{
font-family: monospace;
text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
font-weight: bold;
font-size: 14px;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.dot {
stroke: #000;
}
div.candidate{
display: inline-block;
width: 60px;
padding: 10px;
/*border: 1px solid black;*/
text-align: center;
margin-right: 30px;
margin-top: 30px;
}
svg{
overflow: visible;
}
circle.pair{
stroke: black;
fill: lightgray;
}
div.tooltip {
top: -1000px;
position: absolute;
padding: 10px;
background: rgba(255, 255, 255, .90);
border: 1px solid lightgray;
pointer-events: none;
}
.tooltip-hidden{
opacity: 0;
}
.link{
stroke: lightgray;
opacity: .4;
}
</style>
<body></body>
<div class='tooltip'></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="/1wheel/raw/67b47524ed8ed829d021/lodash-3.8.0.js"></script>
<script src='/1wheel/1b6758978dc2d52d3a37/example/d3-jetpack.js'></script>
<script src='/1wheel/1b6758978dc2d52d3a37/example/d3-starterkit.js'></script>
<script src='script.js'></script>
Updated missing url http://bl.ocks.org/1wheel/raw/1b6758978dc2d52d3a37/d3-jetpack.js to /1wheel/1b6758978dc2d52d3a37/example/d3-jetpack.js
Updated missing url http://bl.ocks.org/1wheel/raw/1b6758978dc2d52d3a37/d3-starterkit.js to /1wheel/1b6758978dc2d52d3a37/example/d3-starterkit.js
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js
https://bl.ocks.org/1wheel/raw/1b6758978dc2d52d3a37/d3-jetpack.js
https://bl.ocks.org/1wheel/raw/1b6758978dc2d52d3a37/d3-starterkit.js