Skip to content

Commit 7e50681

Browse files
authored
Update visualization.html
1 parent c926de9 commit 7e50681

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

visualization.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
</head>
88
<body>
99
<div id="vis"/>
10+
<div id="vis2"/>
11+
Hello MCC
1012
<script>
1113
const spec = {
1214
"data": {"url": "https://data.csaladen.es/songs_and_popularity.csv"},
@@ -41,6 +43,7 @@
4143
"config": {}
4244
};
4345
vegaEmbed("#vis", spec, {mode: "vega-lite"}).then(console.log).catch(console.warn);
46+
vegaEmbed("#vis2", spec, {mode: "vega-lite"}).then(console.log).catch(console.warn);
4447
</script>
4548
</body>
46-
</html>
49+
</html>

0 commit comments

Comments
 (0)