Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Box Plot Charts</title> |
---|
5 | <script type="text/javascript" src="../../d3.js"></script> |
---|
6 | <script type="text/javascript" src="../../d3.chart.js"></script> |
---|
7 | <script type="text/javascript" src="../../d3.csv.js"></script> |
---|
8 | <link type="text/css" rel="stylesheet" href="../button.css"/> |
---|
9 | <link type="text/css" rel="stylesheet" href="box.css"/> |
---|
10 | </head> |
---|
11 | <body> |
---|
12 | <div id="chart"> |
---|
13 | <button class="first last" onclick="transition()"> |
---|
14 | Update |
---|
15 | </button><p> |
---|
16 | </div> |
---|
17 | <script type="text/javascript" src="box.js"></script> |
---|
18 | </body> |
---|
19 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.