summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html64
1 files changed, 59 insertions, 5 deletions
diff --git a/index.html b/index.html
index a30cc0a..2138f92 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,59 @@
<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();">clear</a></h3>
+ <!-- Sketch things out. While this is technically functional and useful for prototyping, the sheer number of dimensions required will slow things to a standstill. -->
+ <div class="chart-root">
+ <h3>Experience gain instances by Stat Allocation</h3>
+ <table>
+ <tr>
+ <th></th>
+ <th>AGI</th>
+ <th>VIT</th>
+ <th>INT</th>
+ <th>DEX</th>
+ <th>LUK</th>
+ <tr>
+ <tr>
+ <th>STR</th>
+ <td><div id="agi-str" class="blob"></div></td>
+ <td><div id="vit-str" class="blob"></div></td>
+ <td><div id="int-str" class="blob"></div></td>
+ <td><div id="dex-str" class="blob"></div></td>
+ <td><div id="luk-str" class="blob"></div></td>
+ </tr>
+ <tr>
+ <th>AGI</th>
+ <td></td>
+ <td><div id="vit-agi" class="blob"></div></td>
+ <td><div id="int-agi" class="blob"></div></td>
+ <td><div id="dex-agi" class="blob"></div></td>
+ <td><div id="luk-agi" class="blob"></div></td>
+ </tr>
+ <tr>
+ <th>VIT</th>
+ <td></td>
+ <td></td>
+ <td><div id="int-vit" class="blob"></div></td>
+ <td><div id="dex-vit" class="blob"></div></td>
+ <td><div id="luk-vit" class="blob"></div></td>
+ </tr>
+ <tr>
+ <th>INT</th>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td><div id="dex-int" class="blob"></div></td>
+ <td><div id="luk-int" class="blob"></div></td>
+ </tr>
+ <tr>
+ <th>DEX</th>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td><div id="luk-dex" class="blob"></div></td>
+ </tr>
+ </table>
</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();">clear</a></h3>
@@ -15,9 +66,6 @@
<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>
</div>
<div id="main">
<!-- <div id="status">
@@ -37,9 +85,15 @@
</div>
</div>
</div>
+ <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();">clear</a></h3>
+ </div>
<div id="map-chart" class="chart-root">
<h3>Experience gain by Map <span class="help" title="Bubble size indicates instances of experience gain for that map. X axis position indicates the sum of level experience gain for that map. Y axis position indicates the sum of job experience gain for that map.">[?]</span> <a class="reset" style="display: none;" href="#">reset</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>