Skip to content

Instantly share code, notes, and snippets.

View mnehrig's full-sized avatar
🏠
Working from home

Marcel Nehrig mnehrig

🏠
Working from home
View GitHub Profile
@mnehrig
mnehrig / index.html
Created September 5, 2018 19:14 — forked from tmcw/index.html
double click and single click separation
<!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:cyan; }
</style>
</head>
<body>