Workaround for slow initial ready event for tables: #252
Google Charts table uses setTimeout loop to wait for CSS before firing
the initial ready event. We copy CSS into the shadow root after the
ready event, so we need to break the loop to avoid long delay.
See: Table.prototype.waitForCss_ in Google Charts.
Workaround for slow initial ready event for tables: #252
Google Charts table uses setTimeout loop to wait for CSS before firing the initial ready event. We copy CSS into the shadow root after the ready event, so we need to break the loop to avoid long delay.
See: Table.prototype.waitForCss_ in Google Charts.