Skip to content

Instantly share code, notes, and snippets.

@sudostahp
sudostahp / d3.sankey.js
Created September 13, 2018 16:42 — forked from emeeks/d3.sankey.js
Sankey Particles IV
d3.sankey = function() {
var sankey = {},
nodeWidth = 24,
nodePadding = 8,
size = [1, 1],
nodes = [],
links = [];
sankey.nodeWidth = function(_) {
if (!arguments.length) return nodeWidth;
@sudostahp
sudostahp / d3.sankey.js
Last active September 14, 2018 00:47 — forked from emeeks/d3.sankey.js
Louisiana School Letter Grades - Sankey Particles II
d3.sankey = function() {
var sankey = {},
nodeWidth = 24,
nodePadding = 8,
size = [1, 1],
nodes = [],
links = [];
sankey.nodeWidth = function(_) {
if (!arguments.length) return nodeWidth;
@sudostahp
sudostahp / .block
Last active September 13, 2018 15:26 — forked from micahstubbs/.block
Sankey Particles | Louisiana School Letter Grades
border: no
license: Apache-2.0