Built with blockbuilder.org
xxxxxxxxxx
<meta charset="utf-8">
<head>
<title>GII Scores</title>
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="script_scores.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.24.0/d3-legend.js"> </script>
<script>
d3.csv("gii_long.csv", function(error, data) {
if (error) throw error;
lineChart(data);
});
</script>
</body>
</html>
Modified http://d3js.org/d3.v4.min.js to a secure url
https://d3js.org/d3.v4.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.24.0/d3-legend.js