Hello please consider this:

function myCallback() {
 callback = google.visualization.drawChart({
   containerId: <containerId>,
   dataSourceUrl: <url>,
   chartType: "...",
   options: <defined here>
 });
}
my data url returns a json literal object eg:
{
    data: {cols:..., rows:...}} //normal datatable in literal notation
    options: {chartOptions} // eg: title + subtitle etc based on query
}

Is it possible to merge options from the literal response with the options 
set in the callback?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/b6b65cd6-4ee1-436b-9a0f-3a455bbbe35cn%40googlegroups.com.

Reply via email to