Skip to content

Instantly share code, notes, and snippets.

@maury91
maury91 / index.html
Last active October 5, 2016 07:48 — forked from d3noob/.block
Simple vertical d3.js tree diagram
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff;