summaryrefslogtreecommitdiff
path: root/templates/bargraph.html.ep
blob: 7e989e65e87063d3963ea94a971de6541eb17c3f (plain)
1
2
3
4
5
6
7
8
9
%= include 'barform';

%= javascript begin

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') %>');
% end