Mercurial > hg > index.fcgi > www > www-1
comparison gtc/index.html @ 89:18f8c214169f
add gtc
author | paulo |
---|---|
date | Sun, 19 Feb 2017 19:45:31 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9f411d3a8607 |
---|---|
1 <html> | |
2 <head> | |
3 <meta charset="utf-8"> | |
4 </head> | |
5 <body> | |
6 <div id="chart"> | |
7 <svg></svg> | |
8 </div> | |
9 <div> | |
10 <button id="showcorr">Show correlation</button> | |
11 </div> | |
12 <link href="nv.d3.css" rel="stylesheet"> | |
13 <script src="d3.js"></script> | |
14 <script src="nv.d3.js"></script> | |
15 <script src="simple-statistics.js"></script> | |
16 <script src="gtc.js"></script> | |
17 </body> | |
18 </html> |