Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 1017 by tu...(a)tudorgirba.com: RadialTreeLayout does not work
properly
http://code.google.com/p/moose-technology/issues/detail?id=1017
Try this:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view radialTreeLayout.
view open
You will see only one tree. We should see ten.
See here:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view treeLayout.
view open
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings