PerCollECT / Source-Files

Source files for PerCollECT visualization. This is included in the PerCollECT repos as a submodule.
MIT License
2 stars 2 forks source link

15 smooth layout #22

Closed ehab74 closed 11 months ago

ehab74 commented 11 months ago

The nodes can now transform smoothly after any expand/collapse to easily trace the change in their position.

If you highlight the node paths before choosing expand or collapse, the node new paths will be highlighted again after the transformations are done.

ChristophPopp commented 11 months ago

@ehab74 you implemented the plus and minus sign to expand or collapse child nodes. However, the collapsing function seems to be only available when all children are currently visible. The collapsing function should be available as soon as at least one child node is visible. Can you please fix this?

ehab74 commented 11 months ago

@ChristophPopp i just modified the shape of the plus and minus sign in this branch but the functionality is implemented in the next branch #16. Sorry for the misleading commit.