diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/reports/report-pie.png.tmpl | 7 | ||||
-rw-r--r-- | template/en/default/reports/report.html.tmpl | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/reports/report-pie.png.tmpl b/template/en/default/reports/report-pie.png.tmpl index f34397e12..76a717779 100644 --- a/template/en/default/reports/report-pie.png.tmpl +++ b/template/en/default/reports/report-pie.png.tmpl @@ -26,9 +26,10 @@ [% FILTER null; USE graph = GD.Graph.pie(width, height); - graph.set(title => col_field_disp, - pie_height => 20, - start_angle => 180); + graph.set(title => col_field_disp, + pie_height => 20, + suppress_angle => 2, + start_angle => 180); graph.plot(data.0).png | stdout(1); END; diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 07d926a64..494dd796f 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -119,7 +119,7 @@ [% other_format.description %] [% "</a>" UNLESS other_format.name == format %] | [% END %] - <a href="[% formaturl %]&ctype=csv">CSV</a> + <a href="[% formaturl %]&ctype=csv&format=table">CSV</a> </td> [% IF format != "table" %] |