summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 18:09:52 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 18:09:52 +1200
commit16c82074c11a7d00185b2cb33065b1394ee0ff66 (patch)
tree6b555477ad4a54bb53633d40ae78ded2bf51dd98
parente15e6a23d8695c658280a2b973f5197ed704884f (diff)
downloadmanavis-16c82074c11a7d00185b2cb33065b1394ee0ff66.tar.gz
manavis-16c82074c11a7d00185b2cb33065b1394ee0ff66.tar.bz2
manavis-16c82074c11a7d00185b2cb33065b1394ee0ff66.tar.xz
manavis-16c82074c11a7d00185b2cb33065b1394ee0ff66.zip
Simplify titles!
-rw-r--r--public/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html
index 92cf50f..856bbba 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,34 +12,34 @@
<ul id="users-status"></ul>
</div>
<div id="blvl-chart">
- <h3>Instance breakdown by Character Base Level <a class="reset" style="display: none;" href="javascript:mv.charts.blvl.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>Character base level <a class="reset" style="display: none;" href="javascript:mv.charts.blvl.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="stat-chart">
- <h3>Instance breakdown by Stat allocation</h3>
+ <h3>Stat allocation</h3>
</div>
</div>
<div class="side thin col2">
<div id="type-chart">
- <h3>Instance breakdown by Type <a class="reset" style="display: none;" href="javascript:mv.charts.type.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>Experience type <a class="reset" style="display: none;" href="javascript:mv.charts.type.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="killxp-charts">
<div id="target-chart">
- <h3>Instance breakdown by Target <a class="reset" style="display: none;" href="javascript:mv.charts.target.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>Target <a class="reset" style="display: none;" href="javascript:mv.charts.target.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="wpn-chart">
- <h3>Instance breakdown by Weapon <a class="reset" style="display: none;" href="javascript:mv.charts.wpn.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>Weapon <a class="reset" style="display: none;" href="javascript:mv.charts.wpn.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="num-attackers-chart">
- <h3>Instance breakdown by number of attackers <a class="reset" style="display: none;" href="javascript:mv.charts.numAttackers.filterAll();dc.redrawAll();">clear</a><h3>
+ <h3>Number of attackers <a class="reset" style="display: none;" href="javascript:mv.charts.numAttackers.filterAll();dc.redrawAll();">clear</a><h3>
</div>
</div>
</div>
<div id="main" class="col1">
<div id="date-chart">
- <h3>Instance breakdown by Date <a class="reset" style="display: none;" href="javascript:mv.charts.date.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>Date <a class="reset" style="display: none;" href="javascript:mv.charts.date.filterAll();dc.redrawAll();">clear</a></h3>
</div>
<div id="map-chart">
- <h3>Breakdown 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="javascript:mv.charts.map.filterAll();dc.redrawAll();">clear</a></h3>
+ <h3>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="javascript:mv.charts.map.filterAll();dc.redrawAll();">clear</a></h3>
</div>
</div>
</div>