ArcGIS Server » Web Applications » Flex API
 
 

Code Gallery

Stimulus Reporting Application (Version 1.3)

The Stimulus Reporting Application is a simple, configurable, web application that enables organizations to effectively communicate funding priorities by offering transparency to the geographic distribution, progress and status of their funding initiatives. The application contains a combination of maps and charts to represent the distribution of stimulus investments across geography. The map shows a simple quantitative representation of where money is being distributed geographically, while a chart is used to convey how funds are being distributed organizationally. Furthermore, by clicking on a mapped geography, users can interact with a pie chart to show additional breakdowns and distributions of funding initiatives. Based upon the ArcGIS API for Flex, this Flex application can consume map services from ArcGIS Online and/or map services from a local ArcGIS Server.
Author SampleViewerTeam
Date Submitted 03-09-2009
Date Last Updated 04-03-2009
Language Flex
Product/Version ArcGIS Server 9.3
Views 6039
Downloads 1571
License Type ESRI Attribution and License Agreement
(5 ratings)

Report Inappropriate Content: This Code Gallery is intended for the free exchange of code related to ESRI software products. Let us know if this entry is inappropriate (e.g., a download for a commercial product).

 

Zero in column results in spurious pie label   posted by cthue on Mar 11, 2009 12:40 PM

If I have a zero ("$0.00") in one of my data columns, that column caption is still displayed as a label in the pie chart.

County Click bug?   posted by cthue on Mar 13, 2009 10:06 AM

1) Open http://statestat.maryland.gov/default_LargeMap.html in your browser. 2) Pan/move the map with the grabby hand. 3) Click once on a county - pie chart window does not open. 4) Click on a county again - pie chart window opens. Shouldn't the pie chart open in step 3 above?

Application Updates...   posted by SampleViewerTeam on Mar 24, 2009 9:20 AM

Thank you for the feedback cthue ... please note that our release version 1.2 of the Stimulus Reporting Application resolves the issues you mentioned. -SampleViewerTeam

version 1.2 bugs   posted by cthue on Mar 25, 2009 11:16 AM

The initial map click event bug I reported is still an issue. Also there is another bug. While running the sample, click the "larger map" link. A new window will load, since this is the "large map", the "larger map" link will not be visible. Refresh the new "large map" window - the link for "larger map" reappears, and the contents are reformatted for the "small" style! If possible, I would like a self contained swf that has a "LargeMapStyleOnly" property in the config file. Thanks, Curt

1.2 bugs   posted by cthue on Mar 26, 2009 11:38 AM

I looked at the 1.2 version. The bugs I reported on 3/11 and 3/13 are still occuring.

No Update   posted by eshammer on Apr 01, 2009 10:08 PM

I'm still getting v1.2 when I download even though the page indicates v1.3 is now available.

$ label for upper bar in bar chart doesn't display   posted by eendrulat on Jun 18, 2009 11:03 AM

For some reason, the label containing the rounded allocation figure (in millions) for the top-most bar in the bar chart does not display. Initially, I thought this was a problem with the bar chart container size, however it seems to occur regardless of the amount of space available to the right of the bar chart. I was unable to find any function in the piewindow.mxml that overrides this label from displaying. Is there any way to force this label to show up? Great application; Thanks!