summaryrefslogtreecommitdiff
path: root/templates/bargraph.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-02-26 19:57:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-02-26 19:57:19 +0100
commite1d5664f696a2f33a34a63e62aa8de05388f8574 (patch)
tree56bfa2699f4eff5f2429198f899a19348a085c47 /templates/bargraph.html.ep
parentab02b9ddec2c8fb6bc114ddcd1f37cac6a84a28d (diff)
plot messages by anything
Diffstat (limited to 'templates/bargraph.html.ep')
-rw-r--r--templates/bargraph.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bargraph.html.ep b/templates/bargraph.html.ep
index 3d5eda2..7e989e6 100644
--- a/templates/bargraph.html.ep
+++ b/templates/bargraph.html.ep
@@ -2,7 +2,7 @@
%= javascript begin
-show_bargraph('/2ddata.tsv?aggregate=<%= param('xsource') %>&metric=<%= param('ysource') %>',
+show_bargraph('/2ddata.tsv?aggregate=<%= param('xsource') %>&metric=<%= param('ysource') %>&msgnum=<%= param('msgnum') %>',
'<%= param('title') %>',
'<%= param('xlabel') %>', '<%= param('ylabel') %>', '<%= param('yformat') %>',
'<%= param('width') %>', '<%= param('height') %>');