blob: 2bb4fe614b66cd4687f4bf9cb4aff904b5f1c9b2 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<link rel="stylesheet" type="text/css" href="visualize.css">
</head>
<body>
<center>
<h1>Code Pages to component</h1>
</center>
<div id="legend" class="legend">
<div id="legend-title"></div>
<p/>
<table id="legend-table"></table>
</div>
<div class="colors-legend">
<b>Components and colors</b>
<table id="colors-legend-table"></table>
</div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="visualize.js"></script>
<script type="text/javascript">
fetchAllAndCreateGraph(["map.json", "reached.json"]);
buildColorLegend();
</script>
</body>
</html>