TJS
08-09-2006, 03:58 PM
So I'm working on an app that will graph some performance metrics for project status reports. I am making good progress on a framework that is 100% AMS script and will dynamically generate line graphs based on user entered values.
In the meantime, I found this free tool (http://www.maani.us/xml_charts/index.php?menu=Gallery) that has been developed in flash and can easily be integrated into AMS
This thing blows the doors off my version in terms of form and function!
Attached is a sample integration. In the DOCS folder, you'll find 3 files and one library folder that are required for the tool to function:
1. charts.swf (this is the core Flash file)
2. sample.html (this is just an html page used to wrap the swf to help with presentation in the Web Object)
3. sample.xml (this is the data file that drives the presentation elements of the chart i.e. data points, colors, fonts, transitions, etc.)
Beyond this, the only other skills used are related to Input Object, Web Object, and simple XML manipulation.
Enter numeric values into the input boxes and click refresh to see the chart update.
P.S. I still plan to finish my AMS framework and will post as I think there is some good stuff in there for dynamically drawing based on user inputs.
In the meantime, I found this free tool (http://www.maani.us/xml_charts/index.php?menu=Gallery) that has been developed in flash and can easily be integrated into AMS
This thing blows the doors off my version in terms of form and function!
Attached is a sample integration. In the DOCS folder, you'll find 3 files and one library folder that are required for the tool to function:
1. charts.swf (this is the core Flash file)
2. sample.html (this is just an html page used to wrap the swf to help with presentation in the Web Object)
3. sample.xml (this is the data file that drives the presentation elements of the chart i.e. data points, colors, fonts, transitions, etc.)
Beyond this, the only other skills used are related to Input Object, Web Object, and simple XML manipulation.
Enter numeric values into the input boxes and click refresh to see the chart update.
P.S. I still plan to finish my AMS framework and will post as I think there is some good stuff in there for dynamically drawing based on user inputs.