Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve visualisation layouting #613

Open
YoofiTT96 opened this issue Nov 21, 2024 · 1 comment
Open

Improve visualisation layouting #613

YoofiTT96 opened this issue Nov 21, 2024 · 1 comment

Comments

@YoofiTT96
Copy link

YoofiTT96 commented Nov 21, 2024

Feature Request

Description of Problem:

Currently, when instance jsons are imported, the individual nodes are clustered in one location so it looks lumpy. The user has to space them out manually. This manual layout is not preserved hence would need to be done again if the user reuploads. A current workaround that has been implemented is to allow the user to save the current coordinates of each node in a separate layout file. Currently the file is being saved to the downloads directory and not in the same location as its corresponding instance.

Potential Solutions:

Save layout file to be in same location with instance
Use automatic forces that auto layout the nodes clearly and reduce overlap
Third party layouting libraries https://reactflow.dev/learn/layouting/layouting#layouting-nodes

@YoofiTT96
Copy link
Author

YoofiTT96 commented Nov 22, 2024

Possible exploration with D3 https://d3js.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant