Skip to content

Instantly share code, notes, and snippets.

View thomassuckow's full-sized avatar

Thomas Suckow thomassuckow

View GitHub Profile
@thomassuckow
thomassuckow / index.html
Last active February 9, 2016 17:52 — forked from njvack/LICENSE
Voronoi-based point picker
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js"></script>
</head>
<body>
<div id="chart">
</div>
<script type="text/javascript">
var w = 960,