sankey.layout = function()

in app/assets/javascripts/vertical_sankey.js [67:74]


  sankey.layout = function(iterations) {
    computeNodeLinks();
    computeNodeValues();
    computeNodeBreadths();
    computeNodeDepths(iterations);
    computeLinkDepths();
    return sankey;
  };