Status: New
Owner: ----
CC:
[hidden email]
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 806 by
[hidden email]: Roassal does not store edges in the
proper place
http://code.google.com/p/moose-technology/issues/detail?id=806If you do:
view nodes: #(1 2) forEach: [ :each |
view shape label.
view nodes: ({each * 10 . (each * 100)}).
view treeLayout.
].
view edgesFromAssociations: {10 -> 100. 20 -> 200}.
The inner nodes are not laid out in a tree. The reason is that the edges
are stored in the parent node that defines them, rather than in the most
specific common parent of the from and to nodes.
We got the same problem in Mondrian.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev