Caleydo / lineage

Tree-based graph visualization: genealogies and general graphs 💬 @cnobre
BSD 3-Clause "New" or "Revised" License
22 stars 5 forks source link

linearizing a path that has a node in aggregate mode breaks. #291

Open cnobre opened 6 years ago

cnobre commented 6 years ago

this is because linearizing a path simply changes the order that children are visited. but it doesn't change the aggregate/expanded flag of any of the nodes.

screen shot 2018-03-22 at 6 29 35 pm