There are some written libraries to handle data and our data protocol in PHP but I'm not sure this is what you are looking for. There is nothing specific to parsing csv into our DataTable format in client side JS, as we typically assume that the data is sent to the client already using our data protocol. You might find the arrayToDataTable function in the conversion ( http://code.google.com/apis/chart/interactive/docs/reference.html#google.visualization.arraytodatatable )
Viz Kid On Tue, Jan 24, 2012 at 2:17 AM, Ricardo Viana Barreto < [email protected]> wrote: > My site generates CSV data from a PHP script, and I would like to > create a chart loading data from it. I've searched the whole gviz > website but I can't find a way. Does gviz offers that feature? If it > doesn't, is there any plan about implement this in a future update? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
