From: jamiesensei Date: Mon, 15 Sep 2008 09:16:57 +0000 (+0000) Subject: MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horiz... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3db543284b44a50106b58087e20792aba438f054;p=moodle.git MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horizontal screen space for the graph itself" --- 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;