Expose the node alignment property for Sankey plots#6800
Expose the node alignment property for Sankey plots#6800archmoj merged 6 commits intoplotly:masterfrom
Conversation
|
🏆 |
|
Great! So this works with the Has this been tested with circular links in the diagram? Can we maybe add one mock showing this? |
|
Yes the This should also work with circular links, and actually the original changes I linked to above had a test mock using circular links so I will add that back in. |
2f3e274 to
ccff898
Compare
|
I'm not sure why the baseline test is now failing for some mocks when it was passing previously, the failing mocks aren't ones I've added. |
There is a bug in our parallel image test now. To avoid that please rename your new mock and baseline to start with letter |
|
Thanks, looks like that fixed it! |
alexcjohnson
left a comment
There was a problem hiding this comment.
💃 Great! Very well done @adamreeve!
Fixes #1938
This is based on the changes linked in the comment at #1938 (comment), which I've updated to work with the current code.