about the upcoming 1.2 release featuring force-directed layouts. I am wondering what the state of this feature is currently? Is the code in the source code repository?
I would like to draw small network graphs incrementally, in the sense that double-clicking a node loads, if this has not already happened before, its children and adds them to the graph, with the layout adjusting itself again until it reaches a local minimum.
Thanks for any pointers, Kaspar
Bart
unread,
Dec 4, 2009, 9:39:07 AM12/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JavaScript Information Visualization Toolkit
You could use the sum feature in Graph.op of the existing library to
dynamically add nodes:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javascript-information...@googlegroups.com, JavaScript Information Visualization Toolkit
I don't understand what will happen then with the layout of the graph?
IIUC the libray has — for general graphs — only the radial layout.
So will this sum operation recompute the radial layout?
I think it recomputes the entire graph because each node gets a new
position value.
Bart
On Dec 4, 8:28 pm, Kaspar Fischer <kaspar.fisc...@dreizak.com> wrote:
> I don't understand what will happen then with the layout of the graph?
> IIUC the libray has — for general graphs — only the radial layout.
> So will this sum operation recompute the radial layout?
>
> Kaspar
>