ampo
unread,May 3, 2012, 3:04:56 AM5/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello.
How can I draw continues chart that shows data over time?
I read set of values from DB:
Int value for each minute (datetime). the hAxis should continuasly go
on with time.
Tried to use the animation but than the labels of the hAxis are not
displayed.
For example, the first set of values are:
13:10 - 23
13:11 - 15
13:12 - 20
13:13 - 24
If I read again from the DB within a minute - the set will be the
same.
If read after one minute, the set will be:
13:11 - 15
13:12 - 20
13:13 - 24
13:14 - 19
and so on...
Any tip will be great,
Thanks.