Skip to content

Instantly share code, notes, and snippets.

View jannakha's full-sized avatar

Janna jannakha

View GitHub Profile
@jannakha
jannakha / jsbin.qiwit.html
Last active August 29, 2015 14:02
Prototype to draw boxes with connections
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div id="graph-area"></div>