Project

General

Profile

Actions

Defect #35669

closed

Prints of Issues Report details are messed-up due to the size of the graphs

Added by Mischa The Evil over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Issues planning
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

When printing the Issues Report details I get lots of unwanted pages due to the large graphs (graph sizes should additionally be decreased independent of this issue, though [see #35670]) that are beneath the table. And the graphs that are actually printed are messed-up due to their size too.

I think the best solution currently is to hide the charts when printing, like so:

diff --git a/app/views/reports/_details.html.erb b/app/views/reports/_details.html.erb
index 9b8f3b5e5..701591c74 100644
--- a/app/views/reports/_details.html.erb
+++ b/app/views/reports/_details.html.erb
@@ -25,10 +25,10 @@
 <% end %>
 </tbody>
 </table>
-<div class="issue-report-graph">
+<div class="issue-report-graph hide-when-print">
   <canvas id="issues_by_<%= params[:detail] %>"></canvas>
 </div>
-<div class="issue-report-graph">
+<div class="issue-report-graph hide-when-print">
   <canvas id="issues_by_status"></canvas>
 </div>
 <%= javascript_tag do %>

Files

0001-Issue-Report-details-Hide-charts-when-printing.patch (931 Bytes) 0001-Issue-Report-details-Hide-charts-when-printing.patch Patch against trunk@r21131. Mischa The Evil, 2021-08-03 00:58

Related issues

Related to Redmine - Defect #35670: Graphs in the Issues Report details are too large.New

Actions
Related to Redmine - Feature #31418: Stacked bar charts in the issue details reportClosedGo MAEDA

Actions
Actions #2

Updated by Mischa The Evil over 2 years ago

  • Related to Defect #35670: Graphs in the Issues Report details are too large. added
Actions #3

Updated by Mischa The Evil over 2 years ago

  • Description updated (diff)
Actions #4

Updated by Mischa The Evil over 2 years ago

  • Related to Feature #31418: Stacked bar charts in the issue details report added
Actions #5

Updated by Go MAEDA over 2 years ago

  • Target version set to 4.1.5

Setting the target version to 4.1.5.

Actions #6

Updated by Go MAEDA over 2 years ago

  • Status changed from New to Resolved
  • Assignee set to Go MAEDA
Actions #7

Updated by Go MAEDA over 2 years ago

  • Status changed from Resolved to Closed

Committed the patch. Thank you.

Actions

Also available in: Atom PDF