i am Using a third party Chart API Simile for showing the Charts.this works fine til i use HTTP, but since i moved over to HTTPS: this chart API failed to load,
No chart rendered for HTTPS communication but same works for HTTP ???
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you using the ‘hosted’ timeline api? I mean referencing: http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js. This might be the reason why it’s not working:
In order to solve the issue I suggest you upload the JS file to blob storage and reference it like this from your application:
//youraccount.blob.core.windows.net/mycontainer/timeline-api.js (without http: or https:)