This error is happening in 
format_en,default_en,ui_en,table_en,controls+en,corechart_en.1.js

I never call google.visualization.DataTable (explicitly).  Rather, I always 
get my DataTable like this -
var google_data = google.visualization.arrayToDataTable(formatted_data);

Safari:
The error only happens on Safari 9.0, running on OS X Yosemite 10.10.5.   
If I empty the browser cache, close safari, and rerun my program, it does 
NOT happen.   But if I empty the cache & just reload the page, it does 
happen.

Firefox:
It never happens on Firefox 41.0.2.  But (in case this is useful info), 
firefox does give a few warnings from this same module, i.e., 'Use of 
getAttributeNode() deprecated', and 'Empty string passed to getElementId()'

In case this info is relevant...
My application dynamically generates google.visualization graphs.  Most 
recently I added support for google.visualization.dashboard, and today I 
put in a feature which supports the 'select' event among dashboard 
components.  Both components are ChartWrappers - as they must be, for the 
DashBoard.  So to connect  2 components I connect the underlying graphs 
objects something like this:
listener_graphobj.getChart.setSelection( 
 sender_graphobj.getChart().getSelection()[0]  )  (It works)
I suspect that this causing the problem.  But because it happens only under 
very particular circumstances  I'm not sure how to think about it.

thank you.  Sorry for the long post.  Any insights/suggestions are greatly 
appreciated.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/537b7683-fc24-4315-a250-02cb17bc1a7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to