Hi,
is it possible to create a Table in which the rows have children?

data = new google.visualization.DataTable(dataFromServer);

where dataFromServer should be something like:

[
  ['Mike',  new Date(2007,5,1), [['Child1', 6], ['Child2', 7]]],
  ['Bob', new Date(2007,5,1)], [['Child1', 6], ['Child2', 7], ['Child3', 
6], ['Child4', 7]]],
  ['Alice', new Date(2006,7,16)], [['Child1', 6], ['Child2', 7]]],
  ['Frank', new Date(2007,11,28)], [['Child1', 6], ['Child2', 7]]],
]

Thank you very much


Claudio

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/52b2f724-837d-4ebe-939b-03f74446b218%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to