-
Notifications
You must be signed in to change notification settings - Fork 1
/
vega-lite.html
53 lines (51 loc) · 2.57 KB
/
vega-lite.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Data Navigator Examples</title>
<!-- <meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="The Chartability Workbook" />
<meta name="theme-color" content="#21224A" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" sizes="250x250" /> -->
<!-- <meta property="og:image" content="http://chartability.fizz.studio/images/preview.jpg">
<meta property="og:title" content="Workbook">
<meta property="og:locale" content="en_US">
<meta name="description" content="A tool for auditing the accessibility of data experiences.">
<meta property="og:description" content="A tool for auditing the accessibility of data experiences.">
<link rel="canonical" href="https://chartability.github.io/POUR-CAF/">
<meta property="og:url" content="https://chartability.github.io/POUR-CAF/">
<meta property="og:site_name" content="The Chartability Workbook">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Workbook">
<meta name="twitter:site" content="@frankelavsky">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"A tool for auditing the accessibility of data experiences.","headline":"Workbook","name":"The Chartability Workbook","url":"https://chartability.github.io/POUR-CAF/"}</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet"> -->
<link href="./examples/style.css" rel="stylesheet" />
<style>
/* .dn-node {
background: #000;
} */
</style>
<script src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script src="https://hammerjs.github.io/dist/hammer.min.js"></script>
</head>
<body>
<a href="#main" class="skip">skip to main content</a>
<header>
<nav class="nav"></nav>
</header>
<main id="main">
<h1>Data Navigator Vega-Lite Examples</h1>
<p>Hi! Welcome to our testing area :)</p>
<br />
<div id="view" style="position: relative"></div>
</main>
<footer></footer>
<script src="app/v-bundle.js"></script>
</body>
</html>