I'm trying to take an xml file that includes data spanning a period of time (40 minutes) and show an animated progression of what happened (data) over the 40 minutes.
I have the data, I'm thinking that Google Visualization API is the right choice but not sure, and it looks like I can write some php to read the data and fee to the api.
Am I even thinking in the right direction? There's probably a 1000 ways to solve, I'm just looking for one that is simple to implement.
Terry