Sorry - a couple more corrections. In the example you sent, the hour/vAxis is working beautifully. The hAxis however seems to be grouping entries for each date that is in the data, as opposed to each day of week (no repetition). Not sure how to get around that when using the date data type.
On Wednesday, May 29, 2013 6:07:55 PM UTC-4, [email protected] wrote: > > Many thanks for this - the reference did not mention that there was > support for datetime or timeofday, just number, so that's what I was > working with. > > Any thoughts on how to maintain a proper "day of week" and "hour of day" > order? > > For what it's worth, I tried another method that involved the following: > > - Formatting the columns as "dow(##)" or "hod(##)" > - Using the "ready" event to go back and hit the chart with jQuery, find > the text entities (#chart_div svg text) and do a regex replacement on these > values > > Crude, but it worked. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
