d3-plugin-captain-sankey
d3-plugin-captain-sankey copied to clipboard
Friendly (subtree) fork of the "sankey" plugin from https://github.com/d3/d3-plugins
Has anyone worked on creating a drop-off from node just like an exit.
i have the same related problem : http://stackoverflow.com/questions/35284063/showing-drop-off-on-google-sankey-chart/36038303 is it possible to have the same Google Analytics option in order to display exit links (without target) with a red arrow...
related to #4 and https://github.com/d3/d3-plugins/issues/1
Status
Hi, I'm very much interested in the cycles support extension developed here. But after reading through d3's original sankey plugin issues and here, it's not clear to me whether this...
I added a marker: //marker-end of path svg.append('marker') .attr('id', "end-arrow") .attr('markerHeight', 2.5) .attr('markerWidth', 2, 5) .attr('orient', 'auto') .attr('refX', -5) .attr('refY', 0) .attr('viewBox', '-5 -5 20 10') .append('path') .attr('d', 'M 0,0...
Hey @soxofaan, you look like the expert with this plugin. I was just wondering how feasible it would be to modify it to allow for variable `nodeWidth`s, so that each...