flextreemap icon indicating copy to clipboard operation
flextreemap copied to clipboard

TreeMap data visualization component for Adobe Flex

Results 7 flextreemap issues
Sort by recently updated
recently updated
newest added

I had used the Treemap in Flash 3.2 code and it worked fine. Now we migrated the code to Flash 4.6 and after that we are getting the below error:...

To keep it simple, just use the LiteTreeMapBranchRenderer and LiteTreeMapLeafRenderer that comes with the source.

examples

Something with ArrayCollections and the tree structure understood by the default data provider.

examples

Right now, the ideal aspect ratio of a leaf is hard-coded to 1 because that's the point of the squarify layout. However, there are situations where a different aspect ratio...

feature-request

billz requests: "allow a header free treemap that would zoom in and out on a double click and allow a right-mouse click to provide branch details while allowing the mouse-over...

feature-request

Just some quick inline examples so that new Flex users know how to specify a custom renderer, such as LiteTreeMapBranchRenderer or LiteTreeMapLeafRenderer. Also, add @see tags for those two classes...

documentation