Built with blockbuilder.org
xxxxxxxxxx
<!-- Modification of an example by Scott Murray from Knight D3 course -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Line Chart with Multiple Lines</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Lora:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<body>
<h1> Copied from
<a href="https://gist.github.com/hmader/03fe396c28f1371aa419">hmander's block</a><h1>
<h1 class="header">Under-5 Mortality Rate by Country</h1>
<h2 class="header">Under-5 mortality rate for all countires with data, 1950 - 2015.</h2>
<p class="header">Globally and regionally, under-5 mortality is decreasing. However, globally we have yet to reach the Millenium Development Goals (MDG) in child mortality. Sub-Saharan Africa has had the most rapid rate of reduction, although it stil remains the region with the highest under-5 mortality rate in the world.</p>
<p class="header">The MDG target for under-5 mortality is as follows: <em>"reduce child mortality (globally) by two-thirds, from 87 children of every 1,000 dying before age 5 in 1990 to 29 of every 1,000 in 2015"</em> (<a href="https://www.unicef.org/mdg/index_childmortality.htm">UNICEF</a>). This target number (29) is shown on the chart below. According to the most recent UNICEF report, the global under-5 mortality rate stands at 43, above the goal for 2015.</p>
<p class="header">Roll over a line to view the country it represents. Lines in <span class="red">red</span> represent Sub-Saharan African countries.</p>
<p id="sources" class="header">Source: <a href="https://data.unicef.org/child-mortality/under-five.html">UNICEF</a>, 2015</p>
<script type="text/javascript" src="main.js"></script>
</body>
</html>
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js
https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js