Skip to content

Instantly share code, notes, and snippets.

@johanneseckert
johanneseckert / index.html
Last active March 22, 2018 04:27 — forked from timelyportfolio/d3noob_energy.csv
Sankey Diagram with auto links
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY with auto links</title>
<style>
#graph {
font-family: "Helvetica Neue", sans-serif;
}
.node rect {