Hi all, I've been using the aforementioned plugin 
(https://wordpress.org/plugins/visualizer/ -- which uses the Google Charts 
API) to setup some charts on my site. Everything was working well, so I 
left the charts to work on some other areas of the site. When coming back 
to the charts, however, I found that they no longer display on my sites, 
either on development or production environments (different servers for 
those). Testing with Chrome and Firefox, I get this message:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the 
remote resource at https://www.gstatic.com/charts/44/css/util/util.css 
(reason: CORS 'Access-Control-Allow-Origin' header is missing).

Examining the plugin files, I see that it loads the Chart library with:

g.charts.load("current", {packages: ["corechart", "geochart", "gauge", 
"table", "timeline"]});

but if I change "current" to "43" or less, the problem goes away and the 
charts load correctly.

Is this a plugin issue or should this be a report to fix the headers for 
that particular file?

Thanks.

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/fe321956-3ae6-499e-b3ea-0b2489d49a46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to