Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roassal should offer circular treemaps #1004

Closed
seandenigris opened this issue Aug 3, 2015 · 6 comments
Closed

Roassal should offer circular treemaps #1004

seandenigris opened this issue Aug 3, 2015 · 6 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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

Reported by tudor@tudorgirba.com on 2013-11-15 05:29:07

@seandenigris
Copy link
Contributor Author

I guess not now.

Reported by tudor@tudorgirba.com on 2014-10-04 05:59:29

  • Labels removed: Milestone-5.0

@seandenigris
Copy link
Contributor Author

We started to work on this...

Reported by alexandre.bergel on 2014-12-19 13:18:15

@seandenigris
Copy link
Contributor Author

We have just started to work on this...

Reported by alexandre.bergel on 2014-12-19 13:39:03

@seandenigris
Copy link
Contributor Author

Great!

Reported by tudor@tudorgirba.com on 2014-12-19 13:47:54

@seandenigris
Copy link
Contributor Author

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.


Reported by alexandre.bergel on 2015-02-27 17:17:00


- _Attachment: Screen Shot 2015-02-27 at 2.15.36 PM.png
![Screen Shot 2015-02-27 at 2.15.36 PM.png](https://storage.googleapis.com/google-code-attachments/moose-technology/issue-1004/comment-5/Screen Shot 2015-02-27 at 2.15.36 PM.png)_

@seandenigris
Copy link
Contributor Author

Reported by alexandre.bergel on 2015-02-27 17:32:34

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant