OK. Some lessons learned. I first tried adding the window resize event into the google 'onready' event, but this caused a significant decrease in performance as it seemed to be duplicating the embedded "tabular representation of the data" hidden element.
So, I instead opted for a document ready event outside of the google chart function, which called a debounce script, which eventually triggers the chart.draw(). -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/5989d8f7-d01b-4e80-ab07-6e8128546871%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
