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. --- template/en/default/reports/report-line.png.tmpl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'template/en/default/reports/report-line.png.tmpl') diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl index d0c7b2541..1c84e1bf1 100644 --- a/template/en/default/reports/report-line.png.tmpl +++ b/template/en/default/reports/report-line.png.tmpl @@ -33,12 +33,13 @@ [% END %] [% FILTER null; - graph.set(x_label => col_field_disp, - y_label => y_label, - y_tick_number => 8, - x_label_position => 0.5, - legend_placement => "RT", - line_width => 2); + graph.set(x_label => col_field_disp, + y_label => y_label, + y_tick_number => 8, + x_label_position => 0.5, + x_labels_vertical => x_labels_vertical, + legend_placement => "RT", + line_width => 2); # Workaround for the fact that set_legend won't take row_names directly, # because row_names is an array reference rather than an array. -- cgit v1.2.3-24-g4f1b