Skip to content

Commit

Permalink
Samples: changed http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
goransle authored and TorsteinHonsi committed Feb 10, 2020
1 parent 0a34ad3 commit b326e71
Show file tree
Hide file tree
Showing 29 changed files with 187 additions and 191 deletions.
6 changes: 3 additions & 3 deletions studies/3d/animation/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<title>Something Something</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="http://code.highcharts.sv/highcharts.js"></script>
<script src="http://code.highcharts.sv/highcharts-3d.src.js"></script>
<script src="https://code.highcharts.sv/highcharts.js"></script>
<script src="https://code.highcharts.sv/highcharts-3d.src.js"></script>

<script>
$(function () {
Expand Down
6 changes: 3 additions & 3 deletions studies/3d/births2013.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>Births 2013</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://github.highcharts.com/highcharts-3d.src.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://github.highcharts.com/highcharts-3d.src.js"></script>

<script>
$(function () {
Expand Down
6 changes: 3 additions & 3 deletions studies/3d/demographics.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<title>Demographic Distribution</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://github.highcharts.com/highcharts-3d.src.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://github.highcharts.com/highcharts-3d.src.js"></script>


<script>
Expand Down
6 changes: 3 additions & 3 deletions studies/3d/housing.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<title>Housing Prices</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://github.highcharts.com/highcharts-3d.src.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://github.highcharts.com/highcharts-3d.src.js"></script>


<script>
Expand Down
6 changes: 3 additions & 3 deletions studies/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>Dashboard Example</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://code.highcharts.com/highcharts.src.js"></script>
<script src="http://code.highcharts.com/highcharts-more.src.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://code.highcharts.com/highcharts.src.js"></script>
<script src="https://code.highcharts.com/highcharts-more.src.js"></script>

<script>
$(function () {
Expand Down
8 changes: 4 additions & 4 deletions studies/data-from-csv.htm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Example</title>


<!-- 1. Add these JavaScript inclusions in the head of your page -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>


<!-- 2. Add the JavaScript to initialize the chart on document ready -->
Expand Down Expand Up @@ -89,7 +89,7 @@
<div style="width: 800px; margin: 2em auto; padding: 1em; border: 1px solid red; border-radius: 0.5em">
NOTE: This demo shows a way of manually parsing CSV. As of Highcharts 4.0 this is
not necessary for simple CSV files, as this functionality is built into the
<a href="http://api.highcharts.com/#data">Data module</a>.
<a href="https://api.highcharts.com/#data">Data module</a>.
</div>

<!-- 3. Add the container -->
Expand Down
6 changes: 3 additions & 3 deletions studies/data-from-xml.htm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Example</title>


<!-- 1. Add these JavaScript inclusions in the head of your page -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>


<!-- 2. Add the JavaScript to initialize the chart on document ready -->
Expand Down
8 changes: 4 additions & 4 deletions studies/data-module-csv.htm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Example</title>


<!-- 1. Add these JavaScript inclusions in the head of your page -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/modules/data.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/modules/data.js"></script>


<!-- 2. Add the JavaScript to initialize the chart on document ready -->
Expand Down
8 changes: 4 additions & 4 deletions studies/drilldown.htm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Drilldown Study</title>


<!-- 1. Add these JavaScript inclusions in the head of your page -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>


<!-- 2. Add the JavaScript to initialize the chart on document ready -->
Expand Down Expand Up @@ -38,7 +38,7 @@
// indicate to the user that something's going on
chart.showLoading();

// request the data - see http://api.jquery.com/jQuery.get/
// request the data - see https://api.jquery.com/jQuery.get/
$.get('drilldown-data.php', {
min: Math.round(min),
max: Math.round(max)
Expand Down
8 changes: 4 additions & 4 deletions studies/dynamic.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">


<html>
Expand All @@ -9,17 +9,17 @@

<!-- 1. Add these JavaScript inclusions in the head of your page -->
<!-- script type="text/javascript" src="/js/mootools.js"></script -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript">
//jQuery.noConflict();
</script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../js/excanvas.compiled.js"></script>
<![endif]-->

<!--script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
src='https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
<script type="text/javascript">
firebug.env.height = 200;
</script-->
Expand Down
16 changes: 8 additions & 8 deletions studies/forecast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<credit>
<!--For å bruke gratis værdata fra yr.no, MÅ du vise følgende tekst godt synlig på nettsiden din. Teksten skal være en lenke til URL-en som er spesifisert.-->
<!--Les mer om vilkår for bruk av gratis værdata + retningslinjer på
http://om.yr.no/verdata/ -->
<link text="Værvarsel fra yr.no, levert av NRK og Meteorologisk institutt" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/" />
https://om.yr.no/verdata/ -->
<link text="Værvarsel fra yr.no, levert av NRK og Meteorologisk institutt" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/" />
</credit>
<links>
<link id="xmlSource" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/varsel.xml" />
<link id="xmlSourceHourByHour" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/varsel_time_for_time.xml" />
<link id="overview" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/" />
<link id="hourByHour" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/time_for_time.html" />
<link id="longTermForecast" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/langtidsvarsel.html" />
<link id="radar" url="http://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/radar.html" />
<link id="xmlSource" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/varsel.xml" />
<link id="xmlSourceHourByHour" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/varsel_time_for_time.xml" />
<link id="overview" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/" />
<link id="hourByHour" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/time_for_time.html" />
<link id="longTermForecast" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/langtidsvarsel.html" />
<link id="radar" url="https://www.yr.no/sted/Norge/Sogn_og_Fjordane/Vik/Vik~137606/radar.html" />
</links>
<meta>
<lastupdate>2012-10-04T06:45:57</lastupdate>
Expand Down
4 changes: 2 additions & 2 deletions studies/funnel.htm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Example</title>

<script type="text/javascript">

location.href = "http://jsfiddle.net/highcharts/JvY4s/";
location.href = "https://jsfiddle.net/highcharts/JvY4s/";

</script>

Expand Down
6 changes: 3 additions & 3 deletions studies/geojson.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@

</head>
<body>
<script src="http://code.highcharts.com/maps/highmaps.js"></script>
<script src="http://code.highcharts.com/maps/modules/data.js"></script>
<script src="http://code.highcharts.com/maps/modules/exporting.js"></script>
<script src="https://code.highcharts.com/maps/highmaps.js"></script>
<script src="https://code.highcharts.com/maps/modules/data.js"></script>
<script src="https://code.highcharts.com/maps/modules/exporting.js"></script>


<div id="container" style="min-width: 310px; max-width: 600px"></div>
Expand Down
6 changes: 3 additions & 3 deletions studies/hc4/01/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>HC4 Sample</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://code.highcharts.sv/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/map.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://code.highcharts.sv/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/map.js"></script>

<script src="map.js"></script>
<script src="data.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions studies/live-server.htm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Highcharts Example</title>


<!-- 1. Add these JavaScript inclusions in the head of your page -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.1.js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js"></script>


<!-- 2. Add the JavaScript to initialize the chart on document ready -->
Expand Down
8 changes: 4 additions & 4 deletions studies/map-from-svg.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand All @@ -11,9 +11,9 @@
<script src="https://github.highcharts.com/82c192d73/modules/map-parser.src.js"></script>

<!--
<script src="http://code.highcharts.local/highmaps.js"></script>
<script src="http://code.highcharts.local/modules/data.src.js"></script>
<script src="http://code.highcharts.local/modules/map-parser.src.js"></script>
<script src="https://code.highcharts.local/highmaps.js"></script>
<script src="https://code.highcharts.local/modules/data.src.js"></script>
<script src="https://code.highcharts.local/modules/map-parser.src.js"></script>
-->

<!-- 3. Add the JavaScript to initialize the chart on document ready -->
Expand Down
Loading

0 comments on commit b326e71

Please sign in to comment.