summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report-line.png.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/report-line.png.tmpl')
-rw-r--r--template/en/default/reports/report-line.png.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl
index 780ec37e3..be29a71e3 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.