If you're looking for a tool that converts an HTML table to Google visualization DataTable, then I think I saw a few of those in the past, but can't seem to find any right now. Any way, there's none that is officially endorsed by the Google Visualization API. But why don't you create the DataTable (using the API<http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable>) when the data from the query is raw, before it's converted into an HTML table? It'd be much simpler.
On Fri, Jun 10, 2011 at 11:01 PM, golfinggael <[email protected]> wrote: > Hi Guys, > > I'm new to Google charts and wondering the most effective way to > create an updating pie chart from html table data. I have a simple > two column html table (name and age) that is the result of a sql > query. I'm thinking a jquery .each() method to run through each > record and data.addRows() but I can't get the proper to syntax to > work. Thanks! > > -- > 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.
