Hi, I have a csv file which i parse through php and create chart data which is used to render different type of charts.
Now I want to provide the functionality where user can export a particular chart data in various formats like csv,excel and can even publish to web page just like the toolbar example given on following link : Toolbar Link<http://code.google.com/apis/ajax/playground/?type=visualization#toolbar> I have analyzed the example and found that the datasource under this were provided as static spreadsheets. I do not want to convert my data to spreadsheet first as someone suggested in following question: Google chart data table to Excel<https://groups.google.com/forum/#!msg/google-visualization-api/zCtlXlOTBlk/1x8euSLt_0oJ> And also this approach is not feasible as data is generated dynamically for different set of charts. Is there any way through which i can make the data export functionality dynamically using php? Regards, Pankaj -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/URIocTI3gzEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
