I have a Chrome extension that uses the Visualization API to display a number of charts. I've run into a problem when converting the extension to manifest v2, which uses a content security policy. The issue is that the annotated timeline chart won't display because it's trying to load a resource over http (http://www.gstatic.com/charts/annotatedtimeline/0/en_US/chart.swf). The new security policy only allows resources to load over https.
There's already a ticket for this problem (which I've starred) here: http://code.google.com/p/google-visualization-api-issues/issues/detail?id=1084 Is there a fix for this coming soon? Or has anyone been able to work around the problem? If I don't convert my extension to manifest v2, it will be deleted from the Chrome Web Store next year. But if I do update it, as of now I'll have to remove the timeline chart (which I think is the best chart of the bunch). My extension is located here: https://chrome.google.com/webstore/detail/history-trends/nangghhladpnhlllolmdbdgeggionole Any help is appreciated. Thanks, Randy -- 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/-/zL8tNrM0qIkJ. 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.
