Current versions of Chrome and Firefox block the dynamic include of a non secure source on a site with https. So the charts are not working on a site with https.

Chrome is reporting something like this:
[blocked] The page at https://SITE/admin/reports/prod-monitor/site/1/view/performance ran insecure content from http://www.google.com/jsapi?callback=Drupal.behaviors.prod_monitor_perfo....

Firefox calls this "Blocked loading mixed active content".

The easy fix is to change the link in prod-monitor.performance.js (line 6) to https.

Thank you for the great module btw.

Comments

malc0mn’s picture

Assigned: Unassigned » malc0mn
Status: Active » Fixed

Fixed in D6 and D7 -dev branch by using document.location.protocol instead of hardcoding it...

vurt’s picture

Ok. This is a good solution. Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.