MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horizontal screen space for the graph itself"

This commit is contained in:
jamiesensei 2008-09-15 09:16:57 +00:00
parent 7892948d1f
commit 3db543284b

View File

@ -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;