Hi all, I'm using https connection and I'm requesting the chart by https as the example below:
<img src='https://www.google.com/chart?chs=700x200...etc..." /> the strange behavior is: those images just can be loaded inside my system after I load the link separated in another tab as https://www.google.com/chart?chs=700x200...etc... If i change the request to http as: <img src='http://www.google.com/chart?chs=700x200...etc..." /> all the image opens without problems. I already tested it on chrome, firefox and opera and the result was the same. detail: I load those images by javascrit as the example below: document.getElementById("reportChart").innerHTML = "<img src='https:// www.google.com/chart?chs=700x200...etc...' />"; I already reed several topics talkig about google charts and https but I did not find that answer in any of then. Any Ideas? Im almost crazy here. Thanks -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. 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-chart-api?hl=en.
