forked from fogonwater's block: ignore
xxxxxxxxxx
<html lang="eng">
<head>
<meta charset="UTF-8">
<title>Split votes — all electorates</title>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="sankey.js"></script>
<style>
body {
font-family: Helvetic, Arial, Sans-Serif;
color: #333;
}
div.container {
margin-top: 10px;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
</style>
</head>
<body>
<div class="container">
<div id="chart" style="text-align:center"></div>
</div>
<script src="script.js" type="text/javascript"></script>
</body>
</html>
https://d3js.org/d3.v4.min.js