summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report-pie.png.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/report-pie.png.tmpl')
-rw-r--r--template/en/default/reports/report-pie.png.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/report-pie.png.tmpl b/template/en/default/reports/report-pie.png.tmpl
index 27f5525dd..410359f37 100644
--- a/template/en/default/reports/report-pie.png.tmpl
+++ b/template/en/default/reports/report-pie.png.tmpl
@@ -28,12 +28,12 @@
[% FILTER null;
USE graph = GD.Graph.pie(width, height);
-
+
graph.set(title => col_field_disp,
pie_height => 20,
suppress_angle => 2,
start_angle => 180);
-
+
graph.plot(data.0).png | stdout(1);
END;
-%]