it seems like you might be interested in creating DataView objects around the "geo" DataTable that is coming from your server, and draw the Table visualizations with the DataViews.
have a look at: http://gwt-google-apis.googlecode.com/svn/javadoc/visualization/1.0/index.html http://code.google.com/apis/visualization/documentation/reference.html#DataView let me know if that helps at all. On Wed, Mar 24, 2010 at 10:48 PM, TXAggie00 <[email protected]> wrote: > Hello everyone! I am new to visualizations and have a couple > questions regarding maps and tables. > > -First question - If I have a table visualizing my data that is also > tied to a map, is there a way to hide the columns containing the lat, > long values? This data is not necessary to the end user and doesn't > need to be represented in the table. That is what the map is for. > > -Second question - I am retrieving my data using java servlets which > returns a DataTable object which includes an arraylist of > ColumnDescriptions. Assuming question 1 is possible, how would I > handle this when I populate the table using the data? > > -Third question - I would like one map, but several tables displaying > similar data. Is it possible to tie several tables and their data > with one map? > > Hopefully what I want to achieve is clear in my questions. > > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
