-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Description
@alishobeiri has been making some really nice Sankey examples in Python:
https://plot.ly/~alishobeiri/1257/plotly-sankey-diagrams/
I think we found an issue where in plotly.js >=1.28.3, you can't connect 2 nodes with more than 3 links. Ali made a nice reproducible example here in Python:
https://plot.ly/~alishobeiri/1358/problem-first-identified-on-wapo-sankey/
To confirm this is a plotly.js issue, you can see that the WaPo example (many nodes with >3 links) works here using https://rawgit.com/monfera/plotly-webgl-parcoords/sankey-example-01/plotly-sankey.min.js:
https://codepen.io/plotly/pen/yXEJYZ
However if you change the plotly.js version to 1.28.3 it doesn't work:
https://codepen.io/plotly/pen/GEapyx
(Or using plotly-latest.min.js):
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken