Skip to content

Instantly share code, notes, and snippets.

View tomshanley's full-sized avatar

Tom Shanley tomshanley

View GitHub Profile
@tomshanley
tomshanley / index.html
Last active April 24, 2023 16:40 — forked from cfergus/index.html
Sankey with circular references
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script>
<script type="text/javascript" src="sankey.js"></script>
<title>Sankey Diagram</title>
<style>