Hi, I am trying to render an altair chart. My HTML file fails to render it. When I looked at the HTML source file, I noticed that "https:" is missing for the javascript URLs located in the HEAD tag. For example, it shows:
I think that was the problem - sorry I am not very experienced with web development. I modified my HTML file by adding "https:" in front of those URLS and now my HTML renders the altair chart.
Hi, I am trying to render an altair chart. My HTML file fails to render it. When I looked at the HTML source file, I noticed that "https:" is missing for the javascript URLs located in the HEAD tag. For example, it shows:
Instead of:
I think that was the problem - sorry I am not very experienced with web development. I modified my HTML file by adding "https:" in front of those URLS and now my HTML renders the altair chart.