Getting data from a local file would be a security risk for the user who finds your page on the web. If your page is also local, not accessed via an http url, then fetching local static files could work. The next question is what format? The only kind of text file that can be loaded is either html or javascript, so it would probably be best to put the data in a javascript file.
It is possible to load csv data via a couple of undocumented options for the google.visualization.Query constructor. If you are interested in doing this, let me know. There are also some other ways to read and write a limited amount of local data. See http://diveintohtml5.info/storage.html On Sun, Sep 21, 2014 at 9:19 AM, Alexandre Chretien <[email protected]> wrote: > Hi, > That is exactly what I'm trying to do, have you find a solution? > Thanks > > -- > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 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 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.
