Skip to content

Instantly share code, notes, and snippets.

View timpulver's full-sized avatar

Tim Pulver timpulver

View GitHub Profile
@timpulver
timpulver / index.html
Created January 28, 2015 13:02 — forked from couchand/index.html
[D3.js, Click, Double-Click] Distinguish between click and double-click and use data
<!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
body { margin:0; padding:0; }
#map { width:960px; height:500px; background:#000; }
</style>
</head>
<body>