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.
