Re: [visualization-api] Is there a callback to tell me when my table is ready?

2016-04-01 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Bill, You can use the 'ready' event to alert you that any visualization (including Table) has finished rendering. Here is an example of doing that: http://jsfiddle.net/cond05ko/ On Fri, Apr 1, 2016 at 8:36 AM Bill Bohling wrote: > I'm occasionally experiencing a lag

[visualization-api] Is there a callback to tell me when my table is ready?

2016-04-01 Thread Bill Bohling
I'm occasionally experiencing a lag when initializing a new table with: table = new google.visualization.Table(document.getElementById('google-chart')); To fix that I want to use a jQuery Deferred, so I'm trying to find a table callback that the table has loaded to tell me when I can resolve