Reputation: 120
I have an application in Django with Fusion Chart.
I need to export jquery graphs, using actually http://export.api3.fusioncharts.com, but I'm using HTTPS, and fusionchart doesn't support https.
Any solution for my problem ?
Thanks,
Upvotes: 1
Views: 444
Reputation: 616
You can setup FusionCharts PHP Export handler
on your own server. Follow this article.
UPDATE: Now FusionChart Export Handler is available in HTTPS. Use https://export.api3.fusioncharts.com/. I hope this solves it.
Upvotes: 1