xxxxxxxxxx
<html lang='en'>
<head>
<title>The d3 test</title>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@12.10.3/d3.layout.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@12.10.3/d3.time.js"></script>
</head>
<body>
<script type="text/javascript" src="scatterchart.js"></script>
<h1>here's the chart</h1>
<div class='content'>
<!-- /the chart goes here -->
</div>
</body>
</html>
Modified http://mbostock.github.com/d3/d3.js to a secure url
Modified http://mbostock.github.com/d3/d3.layout.js to a secure url
Modified http://mbostock.github.com/d3/d3.time.js to a secure url
https://mbostock.github.com/d3/d3.js
https://mbostock.github.com/d3/d3.layout.js
https://mbostock.github.com/d3/d3.time.js