Skip to content

Instantly share code, notes, and snippets.

View kohlmannj's full-sized avatar

Joseph Kohlmann kohlmannj

View GitHub Profile
@kohlmannj
kohlmannj / index.html
Created April 27, 2012 19:57 — forked from mbostock/.block
Polymaps + D3, Part 2
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.29.5"></script>
<script type="text/javascript" src="http://polymaps.org/polymaps.min.js?2.5.0"></script>
<style type="text/css">
html, body {
height: 100%;
background: #E6E6E6;