https://bl.ocks.org/jymiller/d7431f557595de4c078d7292c301264a
Force layout with vertical gravity.
forked from pnavarrc's block: Force Vertical Gravity
xxxxxxxxxx
<html lang="en">
<head>
<script src="//d3js.org/d3.v3.min.js"></script>
</head>
<style>
svg {
overflow: visible;
border: solid 1px #666;
}
.node {
fill-opacity: 0.2;
stroke: #ffffff;
stroke-width: 1;
}
</style>
<body>
<svg class="gravity"></svg>
<script type="text/javascript" src="main.js"></script>
</body>
</html>
https://d3js.org/d3.v3.min.js