Hi,

I have 3 answers for you.

1. If you want to put your data in a spreadsheet, you can read about the
Google Spreadsheets GData API here:
http://code.google.com/apis/spreadsheets/overview.html
But this is complicated and unnecessary (it is necessary only if you must
have it in a spreadsheet for other purposes). So read on....

2. You can expose your data as a Data Source using the protocol defined
here:
http://code.google.com/apis/visualization/documentation/dev/implementing_data_source.html
And then refer to it using a Query that goes, instead of to a spreadsheet,
to your own data source!

- If your server uses python, you can use the python library gviz_api.py
that can help you do that. You can read about it here:
http://code.google.com/apis/visualization/documentation/dev/gviz_api_lib.html

3. If your server generates your html pages and you only want to visualize
data on these html pages, you can create them already with the data in them
(i.e., generate the relevant javascript to create the DataTable).
If you follow this approach, it is best to use the Object notation way to
construct a datatable, detailed here:
http://code.google.com/apis/visualization/documentation/reference.html#DataTable
Under: *Example: Creating a Table using JavaScript Object Literal Notation*

I hope this helps.

Regards,
   VizBoy.

On Tue, Mar 17, 2009 at 10:27 AM, shahul <[email protected]> wrote:

>
> Hello Developers,
>
> I am new Google Visualization API
>
> we use google time series chart its work fine for me as in static
> spread sheet.
>
> i had one question here
>
> In my db having 2 field date,value
>
> i want fetch the data from Db and view in time series chart
>
> is its possible?
>
> dynamic data form mysql to spreadsheet
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to