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

constant layout #10

Open
imod opened this issue May 6, 2012 · 7 comments
Open

constant layout #10

imod opened this issue May 6, 2012 · 7 comments

Comments

@imod
Copy link

imod commented May 6, 2012

Are there any plans to support a constant layout of a grpah?
e.g. if I give the same edges/nodes the graph looks the same everytime
the API anf features are great, but unfortunately this is currently my showstopper...

@strathausen
Copy link
Owner

Hi, I have once posted a short article about this on the website. Basically you can just fake Math.random (and later revert it to the original) in order to have predictable results. (written from mobile...) greetings!

----- Ursprüngliche Mitteilung -----

Are there any plans to support a constant layout of a grpah?
e.g. if I give the same edges/nodes the graph looks the same everytime
the API anf features are great, but unfortunately this is currently my
showstopper...


Reply to this email directly or view it on GitHub:
#10

@monomon
Copy link
Contributor

monomon commented Apr 9, 2013

I think this is a good idea, but serialization/snapshots is what we actually need. Then you could pass a graph with the layout described.
I am currently working on some improvements, and this would be one of the things I will look at soon.
This project will also be a nice demo for Dracula, with ability to connect edges interactively, and using Infobox to contain HTML inside the nodes.
(funnily I was going to contribute some code a while ago, and then lost that code... I believe the last time I will ever lose code :))

@nicorikken
Copy link

Has any progress been made on this feature. This would be my make or break reason to use this library or write something custom.

@strathausen
Copy link
Owner

Hey, yeah so actually I think it shouldn't be hard to implement. I'll look at it in the coming days...

@MichalLytek
Copy link

Any news about this feature? It's been a 3 months, do you need some help?

@visini
Copy link

visini commented Mar 17, 2017

Also looking for this functionality...

@dugajean
Copy link

dugajean commented Jul 7, 2017

Is this happening anytime soon?

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

No branches or pull requests

7 participants