nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.43k stars 133 forks source link

Defined Nodes Corrupts Hierarchical Layout from Edge List #514

Closed emeeks closed 4 years ago

emeeks commented 4 years ago

If you send an array of edges (that is hierarchical) layouts fine, but if you also send corresponding nodes, it results is a corrupted layout. With nodes:

Screen Shot 2020-03-01 at 5 08 49 PM

Without nodes:

Screen Shot 2020-03-01 at 5 09 04 PM
emeeks commented 4 years ago

Fixed in the latest version