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.
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!