Mercurial > hg > webaudioevaluationtool
comparison analysis/index.html @ 1939:7c846e19725f
Merge
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 08 Mar 2016 14:44:14 +0000 |
parents | |
children | 83b439322229 |
comparison
equal
deleted
inserted
replaced
1938:fc813ed8c527 | 1939:7c846e19725f |
---|---|
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 </head> | |
8 <body> | |
9 <h1>Web Audio Evaluation Toolbox: Analysis</h1> | |
10 <button onclick="chartContext.clear();">Clear Charts</button> | |
11 <div id="test-charts"> | |
12 <p>Charts per test</p> | |
13 <button onclick="chartContext.drawTestMean();">Means</button> | |
14 </div> | |
15 <div id="page-charts"> | |
16 <p>Charts per test page</p> | |
17 <button onclick="chartContext.drawPageMean();">Means</button> | |
18 </div> | |
19 <div id="element-charts"> | |
20 <p>Charts per element</p> | |
21 <button onclick="chartContext.drawElementHistogram();">Histogram</button> | |
22 </div> | |
23 | |
24 <div id="test-pages"></div> | |
25 </body> | |
26 </html> |