Assuming you have a webserver that can connect to your database and expose the data contained therein, try having a look at the following example: http://code.google.com/apis/chart/interactive/docs/php_example.html
It shows a skeleton example where a php script, hosted on the webserver, is used to feed data to a chart. You will have to extend the example to have the php code connect to your actual database and extract data from it (or convert the example to a different language if you cannot use php in your case). The topic has been discussed in the past in this forum, so also try searching through previous posts. I remember seeing examples for asp.net and a few other languages. /R. On 23 August 2011 08:49, Chathu <[email protected]> wrote: > I wanted to show my database values in bar chart... how can i do > this ? how to connect database to the charting \\/ > > -- > 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.
