forked from vega/vega-lite-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-gallery.html
More file actions
25 lines (19 loc) · 804 Bytes
/
test-gallery.html
File metadata and controls
25 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/site/static/test-gallery.css" />
<script src="/bower_components/d3/d3.min.js"></script>
<script src="/bower_components/vega/vega.min.js"></script>
<script src="/vega-lite.min.js"></script>
<script src="/bower_components/vega-embed/vega-embed.js"></script>
<title> Vega-Lite test gallery</title>
</head>
<body>
<h1>Vega-Lite gallery</h1>
<p>This is a gallery of Vega-Lite visualizations. Uses Vega-Lite version <span id="vl-version"></span> and Vega version <span id="vg-version"></span>.</p>
<div class="viz-list"></div>
<script src="/site/static/test-gallery.js"></script>
</body>
</html>