You can do this. Put the date in the first column of the DataTable object (with type 'date') as a Date object. Store the running time in the second column (as type 'number'), using whatever unit value you want on the axis, stored as a floating point number. You can then set the formatted value of the output to a readable running time. Something like this: http://jsfiddle.net/pJtTw/
On Friday, March 9, 2012 8:28:11 AM UTC-5, R22MPM wrote: > > I'm not sure if this is possible but i wont to display on a line graph the > time taken for a particular process to run. This will be the difference > between the start of the process and the end. > > Sample of file; > > Date, TimeTaken > 20120301, 06:30:00:000 > 20120302, 04:30:00:000 > 20120303, 05:30:00:000 > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/Rvq1aOnqPNMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
