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! -->
    <script type="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.*

-- 
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/bb9dc1e0-950d-4711-8d12-a78e6b7f9613%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to