annotate analysis/index.html @ 1867:d9e9dd3cccf2

Analysis: Mean bar plot
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 19:35:18 +0000
parents 2cdbbf380e6b
children 1f23b2b03610
rev   line source
nickjillings@1864 1 <html lang="en">
nickjillings@1864 2 <head>
nickjillings@1864 3 <meta charset="utf-8" />
nickjillings@1864 4 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
nickjillings@1864 5 <script type="text/javascript" src="analysis.js"></script>
nickjillings@1864 6 </head>
nickjillings@1864 7 <body>
nickjillings@1864 8 <h1>Web Audio Evaluation Toolbox: Analysis</h1>
nickjillings@1867 9 <button onclick="chartContext.drawMean();">Means</button>
nickjillings@1864 10 <div id="test-pages"></div>
nickjillings@1864 11 </body>
nickjillings@1864 12 </html>