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

Question about node position calculation #83

Open
ppazos opened this issue Feb 5, 2019 · 1 comment
Open

Question about node position calculation #83

ppazos opened this issue Feb 5, 2019 · 1 comment

Comments

@ppazos
Copy link

ppazos commented Feb 5, 2019

I have a tree like structure and I want to visualize that using the mindmaps you developed, I can easily map my structure to your JSON format, everything but the node positions.

Do you have any functionality implemented to prevent node overlapping and connection crossing?

I'm looking for something that can calculate the node positions to avoid overlapping and crossing :)

Thanks!

@drichard
Copy link
Owner

drichard commented Feb 8, 2019

Hey, no I don't have a good solution for that.
But have a look at the code, there is a dumb solution in there: If you create a new node with the TAB key it just puts the new node at a random position along the Y axis IIRC.

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

2 participants