As promised, releasing an Adobe Flex 3 component for Choropleth Map. The Choropleth Map component is an extension/implementation of my Map component released earlier.
What is a Choropleth Map?
A choropleth map (Greek χωρα + πληθαίν:, (“area/region” + “multiply”) is a thematic map in which areas are shaded or patterned in proportion to the measurement of the statistical variable being displayed on the map, such as population density or per-capita income.
The choropleth map provides an easy way to visualize how a measurement varies across a geographic area or it shows the level of variable within a region. — Wikipedia
—
The component does just that. It plots a map and then applies a theme to the various regions of the map. Relevant data and legend information needs to be provided to the component. (See example attached below!)
The component also provides tooltips on specific regions and provides an “Active Legend” that lets you highlight and hide/unhide specific regions of the map based on the data and legend.
Demo | Source code
Releasing a simple, powerful and extensible Map component developed using ActionScript and Flex 3. The idea is that a map contains one or more polygons representing each sub-region. Each polygon can have mouse events attached to it and can have further properties set. This concept is further extended in my second map component i.e. the Choropleth Map that will be released later this week so stay tuned!
Demo | Source code
So its time to get our hands on Adobe’s Flex 4 technologies. Public beta’s are available on Adobe Labs.
Here’s from the Adobe AIR Team Blog:
Exciting news! Now available on Adobe Labs are the public beta releases of Adobe Flash Builder 4 (formerly Flex Builder), Adobe Flash Catalyst and the Flex 4 Framework.
Flash Builder 4 is the next evolution of Flex Builder, and includes a long list of feature improvements, new data-centric development features, and a new design-develop workflow with Flash Catalyst. Flash Catalyst, also now available in public beta, is a new interaction design tool for rapidly building application user interfaces without coding. Both Flash Builder and Flash Catalyst are based on the updated Flex 4 framework, also available for beta download.
Visit Adobe Labs to find out more and to download the installers.