xxxxxxxxxx
<meta charset = 'utf-8'>
<html>
<head>
<script src='https://code.jquery.com/jquery-1.9.1.min.js' type='text/javascript'></script>
<script src='https://code.highcharts.com/highcharts.js' type='text/javascript'></script>
<script src='https://code.highcharts.com/highcharts-more.js' type='text/javascript'></script>
<script src='https://code.highcharts.com/modules/exporting.js' type='text/javascript'></script>
<script src='https://code.highcharts.com/modules/funnel.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body >
<div id = 'chartb7e2e2328ca' class = 'rChart highcharts'></div>
<script type='text/javascript'>
(function($){
$(function () {
var chart = new Highcharts.Chart({
"dom": "chartb7e2e2328ca",
"width": 800,
"height": 400,
"credits": {
"href": null,
"text": null
},
"exporting": {
"enabled": false
},
"title": {
"text": null
},
"yAxis": {
"title": {
"text": null
}
},
"chart": {
"type": "pyramid",
"renderTo": "chartb7e2e2328ca"
},
"series": [
{
"name": "Unique users",
"data": [
[
"Website visits",
15654
],
[
"Downloads",
4064
],
[
"Requested price list",
1987
],
[
"Invoice sent",
976
],
[
"Finalized",
84
]
]
}
],
"id": "chartb7e2e2328ca"
});
});
})(jQuery);
</script>
<script></script>
</body>
</html>
Modified http://code.jquery.com/jquery-1.9.1.min.js to a secure url
Modified http://code.highcharts.com/highcharts.js to a secure url
Modified http://code.highcharts.com/highcharts-more.js to a secure url
Modified http://code.highcharts.com/modules/exporting.js to a secure url
Modified http://code.highcharts.com/modules/funnel.js to a secure url
https://code.jquery.com/jquery-1.9.1.min.js
https://code.highcharts.com/highcharts.js
https://code.highcharts.com/highcharts-more.js
https://code.highcharts.com/modules/exporting.js
https://code.highcharts.com/modules/funnel.js