This could possibly work for you, depending on whether or not the domain is 
preserved in the iframe on a redraw (example uses jQuery to access the 
iframe's contents):

google.visualization.events.addListener(chart, 'error', function () {
    $('#visualization').find('iframe').contents()[0].domain = 
'my.domain.com';
    chart.draw(data, options);
});

-- 
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/-/oBJq1wMHA9EJ.
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