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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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.

Reply via email to