I assume your visualization uses a google.visualization.DataTable object populated from the data you receive from fusion tables. If so, you can call setColumnLabel()<http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable_setColumnLabel> on the DataTable to change its column label, before feeding it as input to the visualization you are using.
/R. On 8 August 2011 15:39, mwcog <[email protected]> wrote: > I've created a google vis ( a table) pulling various columns from > google fusion tables. Is it possible to change the column headers in > my vis table through code? I don't have access to the original > source. > > 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. > > -- 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.
