Is it possible to set the "step size" at which the motion chart steps
through the data on playback (as opposed to altering the playback
speed)?

I am setting up a chart to show hourly data changing over the course
of a day.  Because the chart does not currently accept time data in
hours and minutes, I am using Year as the time type of the data, and
representing the time of day as if it were a year (e.g. 1pm becomes
the year 1300).  This actually works pretty well as a workaround.

The only problem is this.  I have hourly data, so data for time 1300
is followed by data for 1400.  When the chart is played, it runs from
1300 to 1400 in steps of 1 (1301, 1302, ... 1399).  Obviously, as I'm
representing time, 1399 doesn't make much sense.  Is there any way to
specify the step size of the playback, so that it jumps from 1300
directly to 1400?

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to google-visualization-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to