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

%= javascript begin

show_bargraph('/2ddata.tsv?aggregate=<%= param('xsource') %>&metric=<%= param('ysource') %>',
	'<%= param('title') %>',
	'<%= param('xlabel') %>', '<%= param('ylabel') %>', '<%= param('yformat') %>',
	'<%= param('width') %>', '<%= param('height') %>');
% end