This is an example of the d3Kit Skeleton, which
Try it by open in new window and resize.
forked from trebor's block: d3Kit.Skeleton
xxxxxxxxxx
<html>
<head>
<title>d3Kit.Skeleton</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="chart"></div>
<script src="https://d3js.org/d3.v4.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/twitter/d3kit/v2.0.0/dist/d3kit.js" type="text/javascript"></script>
<script src="main.js"></script>
</body>
</html>
Updated missing url https://rawgit.com/twitter/d3kit/v2.0.0/dist/d3kit.js to https://cdn.jsdelivr.net/gh/twitter/d3kit/v2.0.0/dist/d3kit.js
https://d3js.org/d3.v4.min.js
https://rawgit.com/twitter/d3kit/v2.0.0/dist/d3kit.js