trying to get google visualisation API to work in greasemonkey (firefox) i tried to just use:
// @require http://www.google.com/jsapi
but then i get an Error: google.visualization is undefined
after adding:
// google.load('visualization', '1', {packages: ['table']});
i get the Error: $ is not defined
am i requiring the wrong thing? please help.
thanks in advance for useful answers!