block by davo 1e7707908bec542463ccd947825bcd0d

Sankey from csv with d3.js

Full Screen

This is a sankey diagram used as an example in the book D3 Tips and Tricks. It is based on a simpler version here.

It demonstrates the construction of a sankey diagram using d3.js from external csv data that is formatted using just link data and named values. It should be taken in context with the text of the book which can be downloaded for free from Leanpub.

index.html

sankey.csv

sankey.js