Built with blockbuilder.org
A model of item hierarchy in the video game Factorio. A item's parents are required to produce it.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<style>
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="graph"></div>
<script src="data.js"></script>
<script src="chart.js"></script>
</body>
https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js
https://d3js.org/d3.v3.min.js