summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 22:20:52 +1300
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 22:33:38 +1300
commit202ae0be1da9c11b674b5acf706764946c1167c6 (patch)
treec82bcdeb075005871fd3160767da317ef51fc054 /index.html
parent5ca160feccce291a6894fe9cc71e8cbb1f887d0a (diff)
downloadmanavis-202ae0be1da9c11b674b5acf706764946c1167c6.tar.gz
manavis-202ae0be1da9c11b674b5acf706764946c1167c6.tar.bz2
manavis-202ae0be1da9c11b674b5acf706764946c1167c6.tar.xz
manavis-202ae0be1da9c11b674b5acf706764946c1167c6.zip
Compute and chart character base level
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 638812a..a30cc0a 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,9 @@
<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();">clear</a></h3>
</div>
+ <div id="blvl-chart" class="chart-root">
+ <h3>Experience gain instances by Character Base Level <a class="reset" style="display: none;" href="javascript:mv.blvlChart.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>
@@ -47,5 +50,8 @@
<script src="js/crossfilter/crossfilter.js"></script>
<script src="js/dc/dc.js"></script>
+<!-- Components -->
+<script src="js/comp/stat.js"></script><!-- Depends on crossfilter for crossfilter.bisect -->
+
<!-- Processing -->
<script src="js/mv.js"></script>