Mercurial > hg > waet-hammond-1
comparison new/analysis/index.html @ 15:853caf8cd74b
Update
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 04 May 2016 17:25:19 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:f63604ce8f21 | 15:853caf8cd74b |
---|---|
1 <html lang="en"> | |
2 <head> | |
3 <meta charset="utf-8" /> | |
4 <link rel='stylesheet' href="analysis.css" type="text/css"/> | |
5 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | |
6 <script type="text/javascript" src="analysis.js"></script> | |
7 <script type="text/javascript" src="../js/specification.js"></script> | |
8 </head> | |
9 <body> | |
10 <h1>Web Audio Evaluation Toolbox: Analysis</h1> | |
11 <div id="test-saved"></div> | |
12 <button onclick="chartContext.clear();">Clear Charts</button> | |
13 <div id="test-charts"> | |
14 <p>Charts per test</p> | |
15 <button onclick="chartContext.drawTestMean();">Means</button> | |
16 <button onclick="chartContext.drawTestBoxplot();">Boxplot</button> | |
17 </div> | |
18 <div id="page-charts"> | |
19 <p>Charts per test page</p> | |
20 <button onclick="chartContext.drawPageMean();">Means</button> | |
21 </div> | |
22 <div id="element-charts"> | |
23 <p>Charts per element</p> | |
24 <button onclick="chartContext.drawElementHistogram();">Histogram</button> | |
25 </div> | |
26 | |
27 <div id="test-pages"></div> | |
28 </body> | |
29 </html> |