It seems that it is not yet exposed in the GWT wrapper. You can use it with the native javaScript of google.visualization.DataTable http://code.google.com/apis/visualization/documentation/reference.html#DataTable
HTH <http://code.google.com/apis/visualization/documentation/reference.html#DataTable> ChartMan On Mon, Sep 13, 2010 at 11:54 AM, Josip Šimić <[email protected]>wrote: > Sorry, but I cant find the DataTable.toJson() method. I am using GWT > visualization 1.1? Am I duing something wrong or? > > On Sep 12, 11:57 am, ChartMan <[email protected]> wrote: > > The data table can be serialized to json format (DataTable.toJson() ) > that > > can be read by the client library. > > Not sure if this is what you need. > > > > On Fri, Sep 10, 2010 at 10:23 PM, Josip Šimić <[email protected] > >wrote: > > > > > > > > > Hi, > > > > > I'm new with Google Visualization for GWT. Can someone tell me which > > > is best pratice to transfer DataTable (data for visualization) with > > > GWT RPC. Cause DataTable is not serializable, and I have a lot of > > > data. I want to use GWT RPC cause I use Java on the server side. > > > > > -- > > > 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]><google-visualization- > api%[email protected] <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]<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.
