Refugee claimants entering Canada, broken down by Canadian region, 2012
Sources:
Statistics Canada - Total entries of humanitarian population by province or territory and urban area
Canada.json is a GeoJSON file created using data from the Natural Earth repository of Shapefiles and Ogre, a web client to convert Shapefiles to GeoJSON.
This is an iteration or work started here. This iteration adds tooltips and a resize() function to enable a degree of responsiveness.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<link rel="stylesheet" href="style.css">
<title>Humanitarian population by Canadian provinces and territories, 2012</title>
</head>
<body>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="jquery-2.0.3.min.js"></script>
<script src="map.js"></script>
<article>
<div id="tooltip" class="hidden">
<p id="migrants"></p>
</div>
</article>
</body>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js