you can do it like this:

table_schema = [('Timeline','date'),('var1','number'),
('var2','number')]
data = [ (datetime.datetime(2008,1,1,0,0,2),1,2)]

data_table = gviz_api.DataTable(table_schema)
data_table.LoadData(data)

This works!

But I have a problem if there is a time point where you have only a
Value for one Variable.
If someone knows how to solve this...
please help me!


--~--~---------~--~----~------------~-------~--~----~
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