Your problem might be caused by calling your drawAnnotedChart() function from jQuery's document.ready function (traced from updateNotes() -> loadNotes() -> event handler) instead of google.setOnLoadCallback. The API might not be finished loading when the document's 'ready' event is fired, which can cause all kinds of problems.
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/_HKL5klmJRUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
