Status: New Owner: ---- CC: alexandr...@gmail.com Labels: Type-Enhancement Priority-Medium Component-Roassal Milestone-5.0
New issue 1004 by tu...@tudorgirba.com: Roassal should offer circular treemaps http://code.google.com/p/moose-technology/issues/detail?id=1004
Rectangle treemaps are nice, but the still make it difficult to understand deep nesting. Circular treemaps do a better job there.
It should not be hard to extend the TreeMapBuilder to support this.
See here: http://lip.sourceforge.net/ctreemap.html
Updates: Labels: -Milestone-5.0
Comment #1 on issue 1004 by tu...@tudorgirba.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
I guess not now.
Comment #2 on issue 1004 by alexandr...@gmail.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
We started to work on this...
Comment #3 on issue 1004 by alexandr...@gmail.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
We have just started to work on this...
Comment #4 on issue 1004 by tu...@tudorgirba.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
Great!
Comment #5 on issue 1004 by alexandr...@gmail.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
In Roassal2
Consider the example:
| b | b := RTCircularTreeMapBuilder new. b shape color: Color transparent; borderWidth: 1; borderColor: Color black; if: [ :cls | cls subclasses isEmpty ] fillColor: [ :cls| (Smalltalk includesKey: (cls name, 'Test') asSymbol) ifTrue: [ Color green ] ifFalse: [ Color purple ] ]. b baseradius: 200; weight: [ :cls | cls withAllSubclasses size]. b explore: RTObject using: #subclasses. b build.
Attachments: Screen Shot 2015-02-27 at 2.15.36 PM.png 130 KB
Updates: Status: Fixed
Comment #6 on issue 1004 by alexandr...@gmail.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
(No comment was entered for this change.)