Skip to content

Instantly share code, notes, and snippets.

View momeara's full-sized avatar

Matthew O'Meara momeara

View GitHub Profile
@momeara
momeara / index.html
Created November 2, 2013 01:02 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<title>Force-Directed Graph</title>
<style>
.node {
cursor: pointer;
stroke: #3182bd;
stroke-width: 1.5px;
}