Skip to content

Instantly share code, notes, and snippets.

View jmharkins's full-sized avatar

Johannes Harkins jmharkins

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmharkins
jmharkins / index.html
Created February 19, 2017 04:28
D3 mouse follower doodle
<!DOCTYPE html>
<meta charset="utf-8">
<head>
</head>
<body>
<div id='chart'>
</div>
<script src="https://d3js.org/d3.v4.js"></script>
<script type="text/javascript">
function toDegrees (angle) {
@jmharkins
jmharkins / index.html
Last active April 16, 2016 03:00
NYC Map - Distance between Census Tracts by Color
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.tpath {
/*fill:#ccc;*/
stroke:#ccc
}
.census-centr-on {
fill:red;
}
@jmharkins
jmharkins / index.html
Last active August 29, 2015 14:27
Raw D3 Pitch Map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
</style>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="https://raw.githubusercontent.com/d3/d3-plugins/master/hexbin/hexbin.js"></script>
<script src="rawpitch.js"></script>
@jmharkins
jmharkins / consumption.csv
Created November 8, 2013 19:31
US Energy Choropleth
state consumption renewable expend
Alabama 19 11 24
Alaska 6 1 8
Arizona 14 7 22
Arkansas 11 5 14
California 79 59 136
Colorado 15 5 19
Connecticut 7 1 15
Delaware 3 0 4
Florida 42 5 68
@jmharkins
jmharkins / README.md
Last active December 26, 2015 09:08
Premier League Goals 2012-13

This chart displays the goals scored in the 2012-13 Barclays Premier League season. Click on a team to view their goalscorers on the season. Return to the league view by clicking in the blank space near the chart

Made by Johannes Harkins using d3