xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Glucose levels</title>
<link rel="stylesheet" href="main.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.6.0/lang-all.min.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.6.0/moment.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.6.0/moment.min.js"></script>
<script src="script.js"></script>
<div id="lab">
<!--
<label class="start"></label>
<label class="end"></label>
-->
<div class="controls">
<button class="prev" type="button"><i class="fa fa-angle-left" title="previous"></i></button>
<label class="range"></label>
<button class="next" type="button"><i class="fa fa-angle-right" title="next"></i></button>
</div>
<div id="test"></div>
</div>
<div id="clone"></div>
<script type="text/javascript">
var myChart = create( );
$('.prev').on('click', function (ev) {
myChart.prev( );
});
$('.next').on('click', function (ev) {
myChart.next( );
});
</script>
</body>
</html>
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js to a secure url
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://cdn.jsdelivr.net/momentjs/2.6.0/lang-all.min.js to a secure url
Modified http://cdn.jsdelivr.net/momentjs/2.6.0/moment.js to a secure url
Modified http://cdn.jsdelivr.net/momentjs/2.6.0/moment.min.js to a secure url
https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
https://d3js.org/d3.v3.min.js
https://cdn.jsdelivr.net/momentjs/2.6.0/lang-all.min.js
https://cdn.jsdelivr.net/momentjs/2.6.0/moment.js
https://cdn.jsdelivr.net/momentjs/2.6.0/moment.min.js