Skip to content

[Sankey] Can't link 2 nodes with >3 links #1886

@jackparmer

Description

@jackparmer

@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):

https://codepen.io/plotly/pen/zzQvjq

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions