Use a "datetime" type column and pass in Date objects, then format your data and axis labels to use only the time scale you want. The actual dates used for your objects will be irrelevant, so you can pick anything you want. As an example, your [24, 4, 0, 0] timeofday entry would become new Date(0, 0, 0, 24, 4, 0, 0);
On Friday, January 11, 2013 8:31:05 AM UTC-5, Henk wrote: > > I'm displaying a ColumnChart with hours on the y-axis. > > However when more than 24 hours it triggers: > > Uncaught Error: Type mismatch. Value 24,4,0,0 does not match type timeofday > > How could I use time-formatting on the y-axis when more than 24 hours? > > Regards, > Henk > -- 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/-/7wkwg6F8W5kJ. 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.
