Asgallant, Thanks for your response. Gives me confidence that , if I get struck with charts, I have experts willing to help. As for my problem: Since I can't expect my clients PC to have WAMP or web server and since my requirement is to have display of reports,(static data ), this is what I finally planning to do. I'll capture my entire data in separate JS files and will conditionally point to those JS files based on the report selected by user on a "home" page I provide to them. My application is equivalent to a stand alone Excel sheet on a desktop with all charts. the only requirement for the user will be to have an internet connection so that the browser can download the google library, while the data stays inside client PC(in JS files ). So client data will not travel over wire or it is not hosted and delivered via internet. ( data files can be sent as an attachment on an email ), which stays private.Thanks
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.
