simplyvikram / google-chartwrapper

Automatically exported from code.google.com/p/google-chartwrapper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Wrong APIURL constant #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please change APIURL constant.

It should be:

    APIURL = 'http://chart.googleapis.com/chart?'

Instead of:

    APIURL = 'http://chart.apis.google.com/chart?'

That would also improve HTTPS support.

Original issue reported on code.google.com by ton...@gmail.com on 8 Oct 2012 at 9:56