I'm getting an javascript error "a is undefined" thrown from
https://www.google.com/uds/api/visualization/1.1/e04a81b4460946146f168bf2e3919d19/format+en,default,controls.I.js
This appears to generated from google.load('visualization', '1', ... and
has only started since I added a
var dofview = new google.visualization.DataView( dofdata );
call to my program.
My program uses ChartWrapper() (which, iiuc autoloads any required
packages) and Dashboard() (which does seem to require an explicit package
load). I've tried various package combinations in the .load() without
managing to fix the problem, the most recent version being:
google.load('visualization', '1', {'packages':['controls',
'corechart','table']});
Any ideas about how to fix this error?
Ian
--
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/-/Gk2wqyHQu4cJ.
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.