fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
760 stars 184 forks source link

Visualising networks that already have fixed layout information #23

Open psychemedia opened 10 years ago

psychemedia commented 10 years ago

Is there an obvious way of visualising a network created using JSNetworkX that has x,y, node size, node colour attributes already associated with nodes?

fkling commented 10 years ago

Right now it's not possible to draw nodes in a fixed layout. I have made changes which completely overhauls the drawing system, and which also allows to select different layouts (it includes the force layout and a fixed layout by default). I haven't come around finalizing this, but I will see what I can do over the weekend.

psychemedia commented 10 years ago

Okay - thanks - will try to give it a run through when you get a chance to push it.