We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c926de9 commit 7e50681Copy full SHA for 7e50681
visualization.html
@@ -7,6 +7,8 @@
7
</head>
8
<body>
9
<div id="vis"/>
10
+ <div id="vis2"/>
11
+ Hello MCC
12
<script>
13
const spec = {
14
"data": {"url": "https://data.csaladen.es/songs_and_popularity.csv"},
@@ -41,6 +43,7 @@
41
43
"config": {}
42
44
};
45
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);
47
</script>
48
</body>
-</html>
49
+</html>
0 commit comments