A basic force layout that displays a node-link diagram of an ID-based graph. The random seed is set to a fixed value using the seedrandom library, in order to always produce the same configuration on page reload.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>ID-based, zoomable, fixed random seed</title>
<link type="text/css" href="index.css" rel="stylesheet"/>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://davidbau.com/encode/seedrandom-min.js"></script>
</head>
<body>
</body>
<script src="index.js"></script>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://davidbau.com/encode/seedrandom-min.js to a secure url
https://d3js.org/d3.v3.min.js
https://davidbau.com/encode/seedrandom-min.js