Cold Fusion has a nice little tag called <cfgraph> which can create dynamic graphs (bar, line, pie....mmm pie).
Here's what I need:
I have a table that is tracking information about when a form is being filled out online. My people here want to see a graph that will display the peak hours of when the form is being filled out.
I'm just using a timestamp on my form action page to capture when it was submitted so I'll just need to do a count between certain ranges (hours, minutes..whatever), but how can I put that data into a nice little graph?
please advise...btw, I alraedy have GD enabled on the server so don't let be a stumbling block in your answer (assuming I"m going to need some GD to do this).