annotate analysis/index.html @ 3141:335bc77627e0 tip

fixing discrete interface to allow labels to display
author Dave Moffat <me@davemoffat.com>
date Mon, 26 Jul 2021 12:15:24 +0100
parents 464c6c6692d6
children
rev   line source
nickjillings@2131 1 <html lang="en">
nicholas@2538 2
nicholas@2538 3 <head>
nicholas@2538 4 <meta charset="utf-8" />
nicholas@2538 5 <link rel='stylesheet' href="analysis.css" type="text/css" />
nicholas@2538 6 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
nicholas@2538 7 <script type="text/javascript" src="analysis.js"></script>
nicholas@2538 8 <script type="text/javascript" src="../js/specification.js"></script>
nicholas@2538 9 </head>
nicholas@2538 10
nicholas@2538 11 <body>
nicholas@2538 12 <h1>Web Audio Evaluation Toolbox: Analysis</h1>
nicholas@2538 13 <div id="test-saved"></div>
nicholas@2538 14 <button onclick="chartContext.clear();">Clear Charts</button>
nicholas@2538 15 <div id="test-charts">
nicholas@2538 16 <p>Charts per test</p>
nicholas@2538 17 <button onclick="chartContext.drawTestMean();">Means</button>
nicholas@2538 18 <button onclick="chartContext.drawTestBoxplot();">Boxplot</button>
nicholas@2538 19 </div>
nicholas@2538 20 <div id="page-charts">
nicholas@2538 21 <p>Charts per test page</p>
nicholas@2538 22 <button onclick="chartContext.drawPageMean();">Means</button>
nicholas@2538 23 </div>
nicholas@2538 24 <div id="element-charts">
nicholas@2538 25 <p>Charts per element</p>
nicholas@2538 26 <button onclick="chartContext.drawElementHistogram();">Histogram</button>
nicholas@2538 27 </div>
nicholas@2538 28
nicholas@2538 29 <div id="test-pages"></div>
nicholas@2538 30 </body>
nicholas@2538 31
nicholas@2538 32 </html>