Skip to content

Instantly share code, notes, and snippets.

@AL-XF
AL-XF / README.md
Last active August 22, 2017 02:19
Flight delay map between 2006 and 2016

data_visualization

By FUSU XIE

Summary

A map plot use circle size that summarizes rate of delay flights and rate of Canceled or Deiverted Flight in each US airport between 2006 and 2016. Data from the RITA filter year between 2006 and 2016. Viewers are able to zoom in to see individual airport information by year.

@AL-XF
AL-XF / index.html
Last active July 28, 2017 22:05
mini project 2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.0.0.min.js"></script>
<style>
h3{
text-align: center;
}