Skip to content

Instantly share code, notes, and snippets.

@myaqoob67
myaqoob67 / Index.html
Last active January 23, 2016 01:45
Data Visualization: On-Time Arrival Rates for Selected Airline by Airport and Year by Mohammad Yaqoob
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Airline Performance, 2003-2014</title>
<link href="css/style.css" rel="stylesheet" />
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.0.0.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/index.js"></script>