From 8cd838d6aa5e4a42e4989aa034f7dc452c0581fb Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 13 Nov 2002 16:29:12 +0000 Subject: Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; r=joel. --- report.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index 91d5074bc..5680ec466 100755 --- a/report.cgi +++ b/report.cgi @@ -230,6 +230,7 @@ elsif ($action eq "plot") { # If action is "plot", we will be using a format as normal (pie, bar etc.) # and a ctype as normal (currently only png.) $vars->{'cumulate'} = $cgi->param('cumulate') ? 1 : 0; + $vars->{'x_labels_vertical'} = $cgi->param('x_labels_vertical') ? 1 : 0; $vars->{'data'} = \@image_data; } else { -- cgit v1.2.3-24-g4f1b