I have a 'datasource' written in jsp that picks up a file that contains the json for the client.
Anjo. On Thu, Jun 25, 2009 at 6:12 PM, ChartMan <[email protected]> wrote: > There are two ways to get input to your visualization in the client js code > 1) create a DataTable object > 2) fetch a data table from a data source using Query > > You can read about it in the api reference - > http://code.google.com/apis/visualization/documentation/reference.html > > Hope this helps > > ChartMan > > On Thu, Jun 25, 2009 at 7:01 PM, Anjo Kolk <[email protected]>wrote: > >> This is possible but you have to be carefull with multiple graphs on the >> same page. In that case you have to reply back with the reqId (from the >> query string) and format the data to json (with the reqId from the query >> string). I >> Anjo. >> >> On Thu, Jun 25, 2009 at 4:08 PM, Josh Robinson >> <[email protected]>wrote: >> >>> >>> Bump >>> >>> On Jun 24, 7:57 am, Josh Robinson <[email protected]> wrote: >>> > Hi all, >>> > >>> > I am using Google Visualizations as a replacement for an old chart >>> > program that is no longer supported. How do I input data from a method >>> > in another section of my program? For instance, I want to call a get >>> > method from a file and display the information on a chart. >>> > >>> > Thanks for the help, >>> > -Josh >>> >>> >>> >> >> >> -- >> Anjo Kolk >> Miracle Benelux >> Postbus 99 >> 3886 ZH Garderen >> The Netherlands >> Mobile: +31-6-55340888 >> Phone: +31-577-712000 >> >> >> > > > > -- Anjo Kolk Miracle Benelux Postbus 99 3886 ZH Garderen The Netherlands Mobile: +31-6-55340888 Phone: +31-577-712000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
