You can probably set the option which refreshes the gadget every now and then. If you can embed javascript in your page, it might be better for you to use ChartWrapper<http://code.google.com/apis/chart/interactive/docs/drawing_charts.html#chartwrapper>directly and set the refresh interval as explained also in the Query<http://code.google.com/apis/chart/interactive/docs/reference.html#Query>documentation.
Hope this helps, Viz Kid On Fri, Jan 27, 2012 at 9:55 PM, johnlawson53 <[email protected]>wrote: > I am using Google forms to capture user numeric input data from a test > on my web site. I want to summarize this data and pass it to a Google > gauge gadget and embed it in my web site so the user can see how they > did. The data range must be dynamic, since each time the test is > taken, a new row is created in a Google spreadsheet, but the gadget > looks only at the original data set. It must look down one row to > capture data from the most recent test. > > -- > 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.
