Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<!--Index file with base table format + links to css and js files-->
<script src="https://d3js.org/d3.v4.min.js"></script>
<link rel="stylesheet" href="styles.css">
<script src="map.js"></script>
</head>
<body>
<script src="https://maps.googleapis.com/maps/api/js?key=aizasyatijsawtodolhbimo-ggfdgcx2qruwt3s"> </script>
<table>
<!--Row 1 - title image and colour key-->
<!--Row 2 - search option radio buttons (buttons hidden, labels instead)-->
<tr>
<td id='title_img'><img height='80px' src='logo.png'></td>
<td colspan='2' id='title'>
<input type="radio" id='location' name="search_option" value="location" checked="checked"><label for="location"> Location </label>
<input type="radio" id='dashboard' name="search_option" value="dashboard"><label for="dashboard"> Dashboard </label>
<input type="radio" id='manager' name="search_option" value="manager"><label for="manager"> Manager </label>
<input type="radio" id='department' name="search_option" value="department"><label for="department"> Department </label>
<input type="radio" id='group' name="search_option" value="group"><label for="group"> Group </label>
</td>
<!--Row 3 - a break so there is a space inbetween the radio and the charts-->
<tr>
<td colspan='3'></td>
</tr>
<!--Row 4 - charts - 4 columns, charts in individual tables -->
<tr>
<!--list_title - dynamically created checkbox - see effective.js -->
<td class='chart_td'>
<table class='chart_table'>
<tr><td id='list_title'>LOCATION</td></tr>
<tr><td id='list_radio'></td><tr>
</table>
</td>
<!--map td and title -->
<td class='chart_td'>
<table class='chart_table'>
<tr><td id='map_title'>LOCATION</td></tr>
<tr><td><div id="map"></div>
</td><tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Updated missing url https://maps.googleapis.com/maps/api/js?key=AIzaSyAtijSawTOdoLHBiMO-gGfdGCx2QRUwT3s to https://maps.googleapis.com/maps/api/js?key=aizasyatijsawtodolhbimo-ggfdgcx2qruwt3s
https://d3js.org/d3.v4.min.js
https://maps.googleapis.com/maps/api/js?key=AIzaSyAtijSawTOdoLHBiMO-gGfdGCx2QRUwT3s