910e62b5创建于 1月15日历史提交
<!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", "residency.json"]);
          buildColorLegend();
        </script>
    </body>
</html>