You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Is it possible to add google charts to Chrome Apps?
Since chrome apps prevents the use of loading external scripts in the header of the page, is there another way to load the JSAPI library loader.
Using the prescribed method
<html> <head> <!--Load the AJAX API. Do this only once per web page! --> <scripttype="text/javascript"src="https://www.google.com/jsapi"></script>
generates this error.
Refused to load the script 'https://www.google.com/jsapi' because it violates the following Content Security Policy directive: "default-src 'self' blob: filesystem: chrome-extension-resource:". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.