Skip to content

Commit

Permalink
Update visualization.html
Browse files Browse the repository at this point in the history
  • Loading branch information
csaladenes authored Nov 15, 2023
1 parent c926de9 commit 7e50681
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion visualization.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</head>
<body>
<div id="vis"/>
<div id="vis2"/>
Hello MCC
<script>
const spec = {
"data": {"url": "https://data.csaladen.es/songs_and_popularity.csv"},
Expand Down Expand Up @@ -41,6 +43,7 @@
"config": {}
};
vegaEmbed("#vis", spec, {mode: "vega-lite"}).then(console.log).catch(console.warn);
vegaEmbed("#vis2", spec, {mode: "vega-lite"}).then(console.log).catch(console.warn);
</script>
</body>
</html>
</html>

0 comments on commit 7e50681

Please sign in to comment.