In order to fetch data dynamically like that, you have to use an AJAX 
request.  Assuming you are not using a local webserver, you may have 
trouble loading data files like this, as some browsers disallow AJAX 
requests to the "file://" protocol (which is used for local filesystem 
access).  Your best bet for something like this is to get a local webserver 
like WAMP or XAMPP and host your chart page and data files from the 
webserver.

On Thursday, August 15, 2013 4:06:35 PM UTC-4, VinoWebNY wrote:
>
>
>  I'm working on a reporting application. My output data is going to be 
> static for a while. Want to provide the report output as web pages ( charts 
> ) to the client. I want to be able to store the report data ( chart data ) 
> as XML or CSV format in separate files on the PC itself. The chart web page 
> will show different reports using the same report  templates.To do this I 
> want to dynamically point to different data files on local PC. All the 
> examples for data sources I have checked expects data back as an http 
> RESPONSE object ( be it csv or json ). Can I just point to a file on local 
> PC? like C:/Mydatasources/salesdata/2013sales.csv  
> Will appreciate your help
> Thanks
>
>

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

Reply via email to