-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathripe_country.html
executable file
·23 lines (18 loc) · 1017 Bytes
/
ripe_country.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="layout.css" />
<script type="text/javascript" src="../deps/processing-1.1.0.min.js"></script>
<script type="text/javascript" src="../src/streamgraph.js"></script>
<script type="text/javascript" src="../src/streamgraph.settings.js"></script>
<script type="text/javascript" src="../src/rect.js"></script>
<script type="text/javascript" src="./data/ripe_threshold.js"></script>
<title>Streamgraph.js</title>
</head>
<body>
<!--<canvas id="full" datasrc="test.pjs"></canvas> This doesn't work on Chrome for Mac due to
ticket: https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/418
-->
<canvas id="full" datasrc="../src/streamgraph.pjs"></canvas>
</body>
</html>