summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 17:50:22 +1300
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 17:50:22 +1300
commitf84d71a1ec40bc58e5b406a2913b12ab2eec9e7e (patch)
tree1361d9615bed824059ddec8df621ae9945d68e10 /index.html
parentd2c50d89dd75986a4172e1350825959e3d5c3291 (diff)
downloadmanavis-f84d71a1ec40bc58e5b406a2913b12ab2eec9e7e.tar.gz
manavis-f84d71a1ec40bc58e5b406a2913b12ab2eec9e7e.tar.bz2
manavis-f84d71a1ec40bc58e5b406a2913b12ab2eec9e7e.tar.xz
manavis-f84d71a1ec40bc58e5b406a2913b12ab2eec9e7e.zip
Parse STAT and chart STAT definedness of records
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index f8d313e..638812a 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,13 @@
<div id="body">
<div id="side">
<div id="date-chart" class="chart-root">
- <h3>Experience gain instances by Date <a class="reset" style="display: none;" href="javascript:mv.dateChart.filterAll();dc.redrawAll();">reset</a></h3>
+ <h3>Experience gain instances by Date <a class="reset" style="display: none;" href="javascript:mv.dateChart.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="player-chart" class="chart-root">
- <h3>Experience gain instances by Character ID <span class="help" title="Older to newer characters appear left to right, respectively.">[?]</span> <a class="reset" style="display: none;" href="javascript:mv.pcChart.filterAll();dc.redrawAll();">reset</a></h3>
+ <h3>Experience gain instances by Character ID <span class="help" title="Older to newer characters appear left to right, respectively.">[?]</span> <a class="reset" style="display: none;" href="javascript:mv.pcChart.filterAll();dc.redrawAll();">clear</a></h3>
+ </div>
+ <div id="def-chart" class="chart-root">
+ <h3>Definedness of records <span class="help" title="If logs are missing between server boot and the logs provided, not all information will be available for all records. Definedness of records falls into three categories. Records with undefined data; records with well defined data, but mixed in with records having undefined data, limiting validity of inferences; and records after any uncertain times, which are fully well defined. It is highly recommended that you filter results to only include records which are in fully well defined times; however, this may not always be possible.">[?]</span> <a class="reset" style="display: none;" href="javascript:mv.defChart.filterAll();dc.redrawAll();">clear</a></h3>
</div>
</div>
<div id="main">