Skip to content

Instantly share code, notes, and snippets.

View jb3-2's full-sized avatar
💭
Putting data on the web

Jonas Bieri jb3-2

💭
Putting data on the web
View GitHub Profile
@jb3-2
jb3-2 / index.html
Created February 25, 2017 12:48 — 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;
}
@jb3-2
jb3-2 / .gitignore
Created February 25, 2017 10:52 — forked from jeffrey-effendy/.gitignore
d3-sankey demo
node_modules