block by micahstubbs 3c0cb0c0de021e0d9653032784c035e9

Sankey Gradients

Full Screen

here all of the link path gradients render 😀

sankey
  .nodes(graph.nodes)
  .links(graph.links)
  .layout(13); // any value > 13 breaks the link gradient

an iteration on by Patient Flow Sankey Particles from @micahstubbs

see also the broken version with 14 layout iterations

inspired by the blog post Data-based and unique gradients for visualizations with d3.js and associated example Data based gradients - Simple - Solar system from @nadiehbremer

index.html

d3.sankey.js

data.json