Sounds like you're asking about Google Charts (the visualization API, which provides dynamic charts) rather than Chart Server (the chart API, which provides static charts, and what this forum is dedicated to). Google Charts requires a network connection, so you can't use it offline. If you just need static charts, you can render them as PNGs <https://developers.google.com/chart/interactive/docs/printing> and use them offline.
Jon On Thu, Jan 1, 2015 at 5:24 AM, Leonidas Savvides <[email protected]> wrote: > can use Google Chart API *offline *after download JavaScript lib API? > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api. For more options, visit https://groups.google.com/d/optout.
