Title: Dashboard widget graphs not working over HTTPS
Last modified: August 21, 2016

---

# Dashboard widget graphs not working over HTTPS

 *  [benstewart](https://wordpress.org/support/users/benstewart/)
 * (@benstewart)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/dashboard-widget-graphs-not-working-over-https/)
 * I force HTTPS for the WP admin (like everyone should) but apparently the dynamic
   Google graphs in the AddThis dashboard widget use whatever protocol the page 
   is using which breaks over HTTPS as shown in these screenshots:
 * [https://www.dropbox.com/s/98l53tq0bnjdo0b/Screenshot%202014-07-01%2012.11.13.png](https://www.dropbox.com/s/98l53tq0bnjdo0b/Screenshot%202014-07-01%2012.11.13.png)
 * [https://www.dropbox.com/s/kbys7tu227yyrk2/Screenshot%202014-07-01%2012.12.38.png](https://www.dropbox.com/s/kbys7tu227yyrk2/Screenshot%202014-07-01%2012.12.38.png)
 * Is there a solution to show the graphs or at least disable them to remove the
   ugly broken images?
 * [https://wordpress.org/plugins/addthis/](https://wordpress.org/plugins/addthis/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [benstewart](https://wordpress.org/support/users/benstewart/)
 * (@benstewart)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/dashboard-widget-graphs-not-working-over-https/#post-5059388)
 * This is still broken. The solution is SIMPLE. Google Charts API uses a different
   URL for HTTPS traffic but AddThis is trying to load the chart using the insecure
   URL over either protocol.
 * If I replace:
 * `//chart.apis.google.com/chart?...`
 * with:
 * `//chart.googleapis.com/chart?...`
 * then the images load properly. Please implement a fix.
 * And the _WordPress HTTPS_ plugin won’t filter the URL because the protocol has
   been removed (I imagine in an effort to fix this very issue).

Viewing 1 replies (of 1 total)

The topic ‘Dashboard widget graphs not working over HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis_70cced.svg)
 * [WordPress Share Buttons Plugin – AddThis](https://wordpress.org/plugins/addthis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis/reviews/)

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 1 participant
 * Last reply from: [benstewart](https://wordpress.org/support/users/benstewart/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/dashboard-widget-graphs-not-working-over-https/#post-5059388)
 * Status: not resolved