summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 14:35:28 +1300
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-03-29 15:03:38 +1300
commitd5d8446eb5d5dee61fd3348120c1219ce24a44ad (patch)
tree17ae33a5bd17f60aff44367d193ad9dd6ec18b9a /index.html
parent421ddc1274be0fb44b8dfe923bf2af24e11a0824 (diff)
downloadmanavis-d5d8446eb5d5dee61fd3348120c1219ce24a44ad.tar.gz
manavis-d5d8446eb5d5dee61fd3348120c1219ce24a44ad.tar.bz2
manavis-d5d8446eb5d5dee61fd3348120c1219ce24a44ad.tar.xz
manavis-d5d8446eb5d5dee61fd3348120c1219ce24a44ad.zip
Add initial simple charting for GAINXP records
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 15 insertions, 7 deletions
diff --git a/index.html b/index.html
index 646fcf9..f8d313e 100644
--- a/index.html
+++ b/index.html
@@ -2,29 +2,37 @@
<meta charset="utf-8">
<title>Manavis</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
+<link rel="stylesheet" type="text/css" href="js/dc/test/dc.css" />
<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>
+ </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>
+ </div>
</div>
<div id="main">
- <div id="status">
+<!-- <div id="status">
Manavis
- <!-- TODO: Load icons et al for when new records need loading? -->
- </div>
+ TODO: Load icons et al for when new records need loading?
+ </div>-->
<div id="mask"><noscript>Javascript is required for this website.</noscript>
- <div id="loadinfo" class="hidden">
+ <div id="loadinfo" class="fader">
<h3>Select records to load and display</h3>
<input type="file" id="input" name="records[]" multiple />
<output id="list"></output>
- <div id="filesbar" class="progressbar">
+ <div id="filesbar" class="progressbar fader">
<div class="percent">0%</div>
</div>
- <div id="loadbar" class="progressbar">
+ <div id="loadbar" class="progressbar fader">
<div class="percent">0%</div>
</div>
</div>
</div>
- <div class="chart hidden">
+ <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>
</div>