Have you looked at the chart editor that ships with CF? It's a java
based program you can find in the charting directory and allows for a
great deal of customization. It generates an XML file you can load in
via cfchart. If you search my blog for cfchart, you will see a butt
load of examples of this.


On Sat, Mar 19, 2011 at 10:55 PM, Pete Ruckelshaus
<[email protected]> wrote:
>
> I've built a fairly simple app using CF9 to keep track of results for my
> track athletes (I teach HS CompSci and coach track).  I'd like to compile
> results for an individual athlete's events into a scatter chart of time (or
> distance, for non-timed events) on the X axis and date on the Y axis so the
> athletes and coaches can visualize performance over time.
>
> However, it looks like I can only scale the chart numerically and not via
> time...am I missing something?  Is there a way to scale from, say 0:40 to
> 2:00 for an athlete running the 400m?  I'm storing the values in a time data
> type field.  I ended up doing a feet/inches workaround (I convert and store
> the values as inches in the database so that I can sort them properly) for
> throwing and jumping events by just rounding off to the nearest foot

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343146
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to