Skip to content

Instantly share code, notes, and snippets.

@jhubley
jhubley / Readme.md
Last active January 18, 2018 01:55
bar chart with tiered dropdown

Bar chart with tiered dropdown

@jhubley
jhubley / README.md
Last active February 14, 2016 16:59
zoom transitions with map tiles
Options All
Order deny,allow
@jhubley
jhubley / index.html
Last active August 29, 2015 14:17
NYC subway map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#boroughs {
stroke: none;
stroke-width: 0px;
fill: #ddd;
opacity:.9;
position:absolute;
@jhubley
jhubley / index.html
Last active August 29, 2015 14:17
waves
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<body>
<script src="http://d3js.org/d3.v3.js"></script>
<script type="text/javascript">
svg = d3.select("body").append("svg")
var w = 2000,
@jhubley
jhubley / README.md
Last active August 29, 2015 14:17
relief of US plus boundary
@jhubley
jhubley / README.md
Last active August 29, 2015 14:16
time lapse of circles

Time lapse. Data is totally without meaning. There's not even a y axis. A basic template, needs to be cleaned up a bit.

@jhubley
jhubley / README.md
Last active August 29, 2015 14:16
zoomable tile map with multiple paths and points (Iditarod routes)

A map of Iditarod routes over the years. The routes are drawn using svg.line, and scale as you zoom. The dots have tooltips. Using vector tiles as a base.