Skip to content

Instantly share code, notes, and snippets.

@MikeCostelloe
MikeCostelloe / index.html
Last active August 29, 2015 13:57
Philadelphia Weather History
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Philadelphia Weather History</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style type="text/css">
body {
}
.bar {
@MikeCostelloe
MikeCostelloe / index.html
Last active August 29, 2015 13:57
Crazy Rhythms History
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Crazy Rhythms History</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style type="text/css">
body {
font: 10px sans-serif;
}