Amon, Andrew is correct, but perhaps what you are looking for is how to use the library with a php generated HTML page. You don't (or shouldn't) actually download the Google Visualization library, but instead, in your HTML page, you include a script tag to load the jsapi library into the web page, and then call google.load() to load the visualization library. Your php code could be used to generate the table that you pass to a call of arrayToDataTable().
You can find some sample code on this page: http://stackoverflow.com/questions/9601256/google-visualization-with-php Hope that helps. dan On Tue, Jul 30, 2013 at 12:37 PM, asgallant <[email protected]>wrote: > The Visualization API works entirely in javascript; PHP has nothing to do > with it. > > > On Tuesday, July 30, 2013 5:26:10 AM UTC-4, amon kats wrote: >> >> after downloading this library, how do i link to it in php? >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
