Mercurial > hg > webaudioevaluationtool
diff analysis/index.html @ 2181:419921eae214
Added box plot chart to analysis.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 24 Mar 2016 10:36:38 +0000 |
parents | 749adcb68e99 |
children | f22a6240fb51 |
line wrap: on
line diff
--- a/analysis/index.html Tue Mar 22 14:01:47 2016 +0000 +++ b/analysis/index.html Thu Mar 24 10:36:38 2016 +0000 @@ -11,6 +11,7 @@ <div id="test-charts"> <p>Charts per test</p> <button onclick="chartContext.drawTestMean();">Means</button> + <button onclick="chartContext.drawTestBoxplot();">Means</button> </div> <div id="page-charts"> <p>Charts per test page</p>