From: gerv%gerv.net <> Date: Sun, 25 Jan 2004 05:40:31 +0000 (+0000) Subject: Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch... X-Git-Tag: bugzilla-2.17.7~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0ad054c981c119ffb1674be35d2cab8d90bec4;p=thirdparty%2Fbugzilla.git Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave. --- diff --git a/template/en/default/reports/chart.png.tmpl b/template/en/default/reports/chart.png.tmpl index 18452175cb..e8e9116298 100644 --- a/template/en/default/reports/chart.png.tmpl +++ b/template/en/default/reports/chart.png.tmpl @@ -39,8 +39,12 @@ x_labels_vertical => 1, x_label_skip => x_label_skip, legend_placement => "RT", - line_width => 2); - + line_width => 2, + dclrs => ["lred", "lgreen", "lblue", "lyellow", + "lpurple", "lorange", "black", "green", + "blue", "dpink", "lbrown", "gray", + "red", "dpurple", "gold", "marine"]); + # Workaround for the fact that set_legend won't take chart.labels directly, # because chart.labels is an array reference rather than an array. graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2, diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl index 780ec37e3e..be29a71e31 100644 --- a/template/en/default/reports/report-line.png.tmpl +++ b/template/en/default/reports/report-line.png.tmpl @@ -41,7 +41,11 @@ x_label_position => 0.5, x_labels_vertical => x_labels_vertical, legend_placement => "RT", - line_width => 2); + line_width => 2, + dclrs => ["lred", "lgreen", "lblue", "lyellow", + "lpurple", "lorange", "black", "green", + "blue", "dpink", "lbrown", "gray", + "red", "dpurple", "gold", "marine"]); # Workaround for the fact that set_legend won't take row_names directly, # because row_names is an array reference rather than an array.