Thanks for that.
Just for anyone else finding this thread the custom properties for a
table are returned through the 'Wire protocol' by adding them to the
datatable e.g. "p: {foo: 'hello', bar: 'world!'}" and then they are
accessible by dataTable.getTableProperties() gives an object with
those keys set.
cheers
Dan
On Oct 7, 2:46 am, Jinji <[email protected]> wrote:
> You can try DataTable's custom properties. Look
> here<http://code.google.com/apis/visualization/documentation/dev/dsl_javad...>
> (class
> DataTable, method setCustomProperty) for the data source server side, and
> here<http://code.google.com/apis/visualization/documentation/reference.htm...>(function
> getTableProperty) for the client JS side.On Wed, Oct 6, 2010 at 7:38 AM,
> Danack <[email protected]> wrote:
> > Hi,
--
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.