summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 10:10:15 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 10:10:15 +1200
commit8804397ff39f142fec4ac13ee193928b639327cf (patch)
tree5748cec705a974513309c2e35d771c16ff388d87 /public/index.html
parentb547523e1964d24c3e3e3e3598fdd67b208e2dfd (diff)
downloadmanavis-8804397ff39f142fec4ac13ee193928b639327cf.tar.gz
manavis-8804397ff39f142fec4ac13ee193928b639327cf.tar.bz2
manavis-8804397ff39f142fec4ac13ee193928b639327cf.tar.xz
manavis-8804397ff39f142fec4ac13ee193928b639327cf.zip
Chart the number of attackers
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index e27c0e6..5d0a9a2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -25,6 +25,9 @@
<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>
</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>
+ </div>
<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>
</div>