-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsunburst_new.html
31 lines (25 loc) · 957 Bytes
/
sunburst_new.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
<!DOCTYPE html>
<html>
<head>
<title>Sunburst chart for surnames</title>
<script src="//d3js.org/d3.v7.js"></script>
<!-- <script src="//d3js.org/d3.v7.min.js"></script> -->
<link rel="stylesheet" type="text/css" href="css/jasondavies_style.css">
<link rel="stylesheet" type="text/css" href="css/sunburst_new.css">
<link rel="icon" type="image/x-icon" href="">
</head>
<body class="nested_body">
<h2>Surnames Sunburst chart</h2>
<div class="info">
<div>
<span>My Facebook profile -
<a target="_blank" href="https://www.facebook.com/andrii.lundiak">Andrii Lundiak</a>
</span>
</div>
<div>My blog - <a target="_blank" href="https://lundiak.wordpress.com/">LUND-IA-K</a></div>
<div>My github - <a href="https://alundiak.github.io/gen-and-gen">Gen&Gen</a> project</div>
</div>
<div class="surnames_sunburst"></div>
<script type="text/javascript" src="js/sunburst_new.js"></script>
</body>
</html>