-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <link rel="stylesheet" href="style.css"> -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- svg-exportJS prerequisite: canvg -->
<script src="https://unpkg.com/[email protected]/lib/umd.js"></script>
<!-- svg-exportJS plugin -->
<script src="https://sharonchoong.github.io/svg-exportJS/svg-export.min.js"></script>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src = "https://unpkg.com/[email protected]/papaparse.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.1.0/chroma.min.js" integrity="sha512-yocoLferfPbcwpCMr8v/B0AB4SWpJlouBwgE0D3ZHaiP1nuu5djZclFEIj9znuqghaZ3tdCMRrreLoM8km+jIQ==" crossorigin="anonymous"></script>
<title>Sunburst</title>
</head>
<body>
<a href="#" id="download" class="test">Download</a>
<svg id = "infobar"></svg>
<svg width="1500" height="1000" id = "sunburst"></svg>
<script src="./dist/bundle.js"></script>
</body>
</html>