Does anyone know the easiest way to set additional or custom parameters to 
the handler function?

var query = new google.visualization.Query(URL);
var queryString = "Select * limit 20";
query.setQuery(queryString);
query.send(handleResponse);

function handleResponse(response){
  // response[myCustomVariable]  #how to set this variable?
}

-- 
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/-/QozssK-lZ7MJ.
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.

Reply via email to