Setting the number of rows doesnt seem to be possible within the
GDownoadURL function although the data variable that holds the values
of the table is declared globally.
Example:
var data;
//Setting up the table
function drawTable() {
data = new google.visualization.DataTable();
GDownloadUrl("...", function(dataX, responseCode) {
var xml = GXml.parse(dataX);
data.addRows(23));
...
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---