sankey.nodeWidth = function()

in app/assets/javascripts/vertical_sankey.js [37:41]


  sankey.nodeWidth = function(_) {
    if (!arguments.length) return nodeWidth;
    nodeWidth = +_;
    return sankey;
  };