For example, the data I received is { hour : 2:00, totalcount : 10 }, only
1 data.
What I'd like Google Charts to do is display like 6 hours in the x-axis
like 1:00 2:00 3:00 4:00 5:00 3:00
of course, my column totalcount data will only appear above 2:00.
I tried the code below but Google Charts is displaying values for different
time of data. Sometimes it will display with the 30th minute which I don't
want.
hAxis: { format:'h:mm aa',
"gridlines": {
"count": 6
}
},
When my data starts at 12am, it only display 12am.
What is the solution to this?
Thanks!
--
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.
For more options, visit https://groups.google.com/d/optout.