Skip to content

Instantly share code, notes, and snippets.

View alexmasselot's full-sized avatar

alex masselot alexmasselot

  • Lausanne, Switzerland
View GitHub Profile
@alexmasselot
alexmasselot / index.html
Last active May 4, 2017 06:42 — forked from d3noob/.block
Sankey from csv with d3.js
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}