d3-plugin-captain-sankey icon indicating copy to clipboard operation
d3-plugin-captain-sankey copied to clipboard

Friendly (subtree) fork of the "sankey" plugin from https://github.com/d3/d3-plugins

Results 6 d3-plugin-captain-sankey issues
Sort by recently updated
recently updated
newest added

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

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...