Sankey icon indicating copy to clipboard operation
Sankey copied to clipboard

A javascript library for drawing sankey / flow diagrams

Results 11 Sankey issues
Sort by recently updated
recently updated
newest added

hi, how to change the fill & stroke colors of each box?

Hi, thank you for your tool it is awsome! Is there a way to make the sankey responsive? to make it adjust to div height? Thank you for your help.

Hi, Is it possible to use the same node label for different step?

Hi ~ Is it possible that line selected always highlight after mouse one click? and the second click can remove highlight. Thanks~

I want the mouse over event or on click event on the node to show the

hi again, is there a way to define the space between 2 boxes? I need to narrow my diagram so it will fit in my report. I would also like...

Is there any way to use the convert_flow_labels_callback to draw a percentage (i.e. the flow divided by its parent) in the label? I've experimented with things like: Sankey.convert_flow_labels_callback = function(flow)...

Hi, sorry to ask such a stupid question, but is there a way to always display the labels on the boxes and "flow"/lines? I want to use the function to...

Hello. In a diagram with only two stacks, I've noticed that the 'x' position of the right boxes is being wrongly calculated. I have a 800x400 area, with the default...