From 3db543284b44a50106b58087e20792aba438f054 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 15 Sep 2008 09:16:57 +0000 Subject: [PATCH] MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horizontal screen space for the graph itself" --- mod/quiz/report/statistics/statistics_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report/statistics/statistics_graph.php b/mod/quiz/report/statistics/statistics_graph.php index 15589e57d2..e922c01057 100644 --- a/mod/quiz/report/statistics/statistics_graph.php +++ b/mod/quiz/report/statistics/statistics_graph.php @@ -42,7 +42,7 @@ $line->parameter['y_label_angle'] = 90; $line->parameter['x_label_angle'] = 0; $line->parameter['x_axis_angle'] = 60; -$line->parameter['legend'] = 'outside-top'; +$line->parameter['legend'] = 'outside-right'; $line->parameter['legend_border'] = 'black'; $line->parameter['legend_offset'] = 4; -- 2.39.5