Thanks Daniel. I'm using the "Enhanced Library Loading" advised in the documentation: https://developers.google.com/chart/interactive/docs/library_loading_enhancements#enhancedloading
I was "autoloading" only the controls <script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization', 'version':'1','packages':['controls']}]}"></script> I'm switching to an autoload on controls, corechart & table and will see if it fixes the issue for the people impacted. <script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization', 'version':'1','packages':['corechart','table','controls']}]}"></script> -- 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.
