Skip to content

Instantly share code, notes, and snippets.

@cepera-ang
cepera-ang / index.html
Last active August 29, 2015 14:24
UN Refugees by Country
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Udacity Project 5 Data Visualisation with D3.js</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script>
<script src="http://dimplejs.org/dist/dimple.latest.js"></script>
<script type="text/javascript">
@cepera-ang
cepera-ang / index.html
Last active August 29, 2015 14:24
UN Refugees by Type and Year
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Udacity Project 5 Data Visualisation with D3.js</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script>
<script src="http://dimplejs.org/dist/dimple.latest.js"></script>
<script type="text/javascript">