Ability to set 'iterations' in sankey?

I’ve got a lot of ordered factors (in R) that I would like to put in a Sankey diagram. I’m a big fan of the plot.ly interface, but it doesn’t seem to be possible to define the order of nodes. In networkD3 I would do so by setting iterations = 0, preventing all reordering. Is this possible ion plot.ly?

1 Like

I have the same question. Did you find a solution, mmoore?