xxxxxxxxxx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Scatterplot with Voronoi</title>
<script src="https://d3js.org/d3.v3.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,400,300' rel='stylesheet' type='text/css'>
<link href='./scatterPlot.css' rel='stylesheet' type='text/css'>
<link href='./scatterShot.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container" class="container-fluid text-center">
<h5 id='title' style="color: #3B3B3B;"></h5>
<div class="col-sm-9">
<div id="scatterPlot"> </div>
</div>
<div class="col-sm-3">
<div id="scatterPlot_legend"> </div>
</div>
<div class="col-sm-3">
<div id="controls">
</div>
</div>
</div>
<script src="scatterPlot.js"></script>
<script src="scatterShot.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js to a secure url
https://d3js.org/d3.v3.js
https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js