Greetings,
Newbie here. I'm trying to use a table that allows interaction like
the one shown in the code playground (http://code.google.com/apis/ajax/
playground/?type=visualization#select_event) but I want the data to
come a Google spreadsheet. I'm issues a query and a send to get the
data from the spreadsheet, but the interaction isn't working
correctly. Other than the data source, the main difference seems to be
the fact that I use a visualization parameter rather than table in the
following statement:
visualization = new
google.visualization.Table(document.getElementById('visualization'));
The example in the playground has
visualization = new
google.visualization.Table(document.getElementById('table'));
Both the example and my code then draw the visualization and set a
listener.
Is it possible to interact with a visualization created with the my
statement (i.e., visualization instead of table). If not, how can I
get the data from the spreadsheet into a table to interact with it?
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.