xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Glucose levels</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js"></script>
<script src="script.js"></script>
<div id="lab">
<div id="test"></div>
</div>
<div id="clone">
<span class="title"></span>
<div class="view"></div>
</div>
</body>
</html>
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js to a secure url
Updated missing url https://raw.github.com/mbostock/d3/master/d3.js to https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js
https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
https://raw.github.com/mbostock/d3/master/d3.js