{"id":13743607,"url":"https://github.com/joshtynjala/flextreemap","last_synced_at":"2025-10-10T22:30:24.147Z","repository":{"id":784907,"uuid":"479543","full_name":"joshtynjala/flextreemap","owner":"joshtynjala","description":"TreeMap data visualization component for Adobe Flex","archived":true,"fork":false,"pushed_at":"2015-03-23T21:27:41.000Z","size":3039,"stargazers_count":24,"open_issues_count":7,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-04T07:33:07.409Z","etag":null,"topics":["actionscript","adobe-air","adobe-flash","adobe-flash-player","adobe-flex","apache-flex","flash","treemap","ui-components"],"latest_commit_sha":null,"homepage":"https://github.com/joshtynjala/flextreemap/wiki","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"brandonsavage/Upload","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshtynjala.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-19T20:56:47.000Z","updated_at":"2023-09-18T14:44:39.000Z","dependencies_parsed_at":"2022-08-16T10:50:48.029Z","dependency_job_id":null,"html_url":"https://github.com/joshtynjala/flextreemap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fflextreemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fflextreemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fflextreemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fflextreemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshtynjala","download_url":"https://codeload.github.com/joshtynjala/flextreemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236001147,"owners_count":19079265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actionscript","adobe-air","adobe-flash","adobe-flash-player","adobe-flex","apache-flex","flash","treemap","ui-components"],"created_at":"2024-08-03T05:00:53.069Z","updated_at":"2025-10-10T22:30:18.444Z","avatar_url":"https://github.com/joshtynjala.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":["Data Visualization"],"readme":"  __ _         _            _ _             \r\n / _| |_____ _| |_ ___  ___| | |__  _____ __\r\n|  _| / -_) \\ /  _/ _ \\/ _ \\ | '_ \\/ _ \\ \\ /\r\n|_| |_\\___/_\\_\\\\__\\___/\\___/_|_.__/\\___/_\\_\\\r\n\r\nTreeMap Component for Adobe Flex\r\nCreated by Josh Tynjala\r\n\r\n---------------------------------------------------------------------------------\r\nLinks:\r\n---------------------------------------------------------------------------------\r\n\r\nProject Page:\r\n   * http://github.com/joshtynjala/flextreemap\r\n\r\n---------------------------------------------------------------------------------\r\nUsage Tips:\r\n---------------------------------------------------------------------------------\r\n\r\n1. flextreemap uses a defaults.css for maximum compatibility with Flex 4. The\r\ndefault styles and skins only get included automatically when you link the\r\nproject into your Flex application as a SWC. If you need to make source code\r\nchanges, you should build a new SWC. See build.xml for details on recommended\r\ncompiler arguments.\r\n\r\n2. Two custom renderers are included with flextreemap. Use them for a more\r\nbasic looking treemap without gradients.\r\n\r\n\tcom.flextoolbox.controls.treeMapClasses.LiteTreeMapBranchRenderer\r\n\tcom.flextoolbox.controls.treeMapClasses.LiteTreeMapLeafRenderer\r\n\r\n---------------------------------------------------------------------------------\r\nRelease Notes:\r\n---------------------------------------------------------------------------------\r\n\r\nFuture Release\r\n   * Fixed incorrect branch depth value.\r\n\r\nOctober 15, 2010 - 2.2.0\r\n   * Added StripLayout.\r\n   * Fixed issue where border metrics and padding didn't combine.\r\n   * Fixed bug where weightField and weightFunction changes at runtime\r\n     would have no effect.\r\n   * Fonts can now be embedded for leaf renderers.\r\n   * Fixed bug where SquarifyLayout could get stuck in an infinite loop.\r\n   * Now supports Flex 4.0.0. Minimum version is 3.5.0.\r\n\r\nDecember 10, 2008 - 2.1.0\r\n   * Reduced the number of display list manipulations in every redraw to\r\n     improve performance.\r\n   * Performance improvements in the skinning and font style code for\r\n     TreeMapLeafRenderer.\r\n   * Refactored SquarifyLayout to use a non-recursive algorithm. Now\r\n     supports larger data sets.\r\n   * Moved old implementation of SquarifyLayout to\r\n     RecursiveSquarifyLayout class.\r\n   * TreeMap now dispatches TreeMapEvent.BRANCH_ZOOM when the\r\n     zoomedBranch property changes.\r\n   * Added ASDoc comments where they were missing. Some branch and leaf\r\n     renderer styles may not yet be documented.\r\n   * The appearance of selected leaf nodes has been tweaked.\r\n   * TreeMap now behaves correctly when enabled is set to false.\r\n   * Added branchLabelField, branchLabelFunction, branchDataTipField,\r\n     and branchDataTipFunction properties.\r\n   * Requires at least Flex 3.2.0.\r\n\r\nMay 26, 2008 - 2.0.0\r\n   * Many public APIs have been renamed to clarify purpose.\r\n   * Refactored renderer and layout system to improve performance.\r\n   * Special \"lite\" renderers are available to match classic treemap\r\n     style.\r\n   * Branches may be selected. See branchesAreSelectable property.\r\n   * Header now includes a zoom button. Main header button controls\r\n     selection.\r\n   * Support for showRoot and hasRoot like Flex Tree.\r\n   * Branch headers are now created with IFactory renderers and may be\r\n     replaced.\r\n   * Default branch header exposes zoom button.\r\n   * Default branch header has resize transition to display truncated\r\n     text.\r\n   * Requires at least Flex 3.0.0.\r\n\r\nJanuary 21, 2008 - 1.0.1\r\n   * Renamed the headerStyleName style to branchHeaderStyleName to avoid\r\n     conflicts with other Flex components.\r\n   * Updated build to use Flex SWCs external libraries to reduce build\r\n     file size.\r\n\r\nNovember 11, 2007 - 1.0.0\r\n   * Initial Release for Flex 2.0.1\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshtynjala%2Fflextreemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshtynjala%2Fflextreemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshtynjala%2Fflextreemap/lists"}