xxxxxxxxxx
<html>
<head>
<title>Vega Scaffold</title>
<script src="https://vega.github.io/vega-editor/vendor/d3.min.js"></script>
<script src="https://vega.github.io/vega-editor/vendor/d3.geo.projection.min.js"></script>
<script src="https://vega.github.io/vega-editor/vendor/topojson.js"></script>
<script src="https://vega.github.io/vega/vega.min.js"></script>
</head>
<body>
<div id="vis"></div>
</body>
<script type="text/javascript">
vg.parse.spec("grouped_bar.json", function(chart) {
view = chart({
el:"#vis"})
view.update(); });
</script>
</html>
Modified http://vega.github.io/vega-editor/vendor/d3.min.js to a secure url
Modified http://vega.github.io/vega-editor/vendor/d3.geo.projection.min.js to a secure url
Modified http://vega.github.io/vega-editor/vendor/topojson.js to a secure url
Modified http://vega.github.io/vega/vega.min.js to a secure url
https://vega.github.io/vega-editor/vendor/d3.min.js
https://vega.github.io/vega-editor/vendor/d3.geo.projection.min.js
https://vega.github.io/vega-editor/vendor/topojson.js
https://vega.github.io/vega/vega.min.js