-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 907 Bytes
/
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
26
27
28
29
<html>
<head>
<title>Quixpanel</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.4/nv.d3.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.4/nv.d3.css" />
<style type="text/css">
input[type="text"] {
font-size: 16px;
padding: 5px;
width: 600px;
}
select {
font-size: 16px;
}
#chart {
width: 800px;
height: 400px;
}
</style>
</head>
<body>
<div class="app">
</div>
<script type="application/javascript" src="./build/bundle.js"></script>
</body>
</html>