Load it into the editor with this link: https://vega.github.io/editor/#/gist/vega/domoritz/93f0a78264516930211b9f047d53d7a3
Open in blockbuilder: http://blockbuilder.org/domoritz/93f0a78264516930211b9f047d53d7a3
xxxxxxxxxx
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega/3.0.7/vega.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.0.0-rc7/vega-embed.js"></script>
<style>
body {
font-family: sans-serif;
}
.vega-actions a {
padding: 0.2em;
}
</style>
</head>
<body>
<div id="vis"></div>
<script>
const spec = "spec.json";
vegaEmbed('#vis', spec, {actions: false});
</script>
</body>
https://cdnjs.cloudflare.com/ajax/libs/vega/3.0.7/vega.js
https://cdnjs.cloudflare.com/ajax/libs/vega-embed/3.0.0-rc7/vega-embed.js