I have tried to implement the ready event handler, basically copying from 
the Guide however I cannot get it to work.

What am I missing?

function drawVisualization() {
> ...
> ...
> ...
> table = new google.visualization.Table(document.getElementById('table1'));
> table.draw(dataTable, {width: 1100}); 
> google.visualization.events.addListener(table, 'ready', resizeTable);
> }
> function resizeTable() { 
> alert('Will this work?');
> }



-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to