View Issue Details

IDProjectCategoryView StatusLast Update
0007575mantisbtreportspublic2017-04-30 14:48
Reporterjotango Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version1.0.5 
Summary0007575: Patch to make the graphs in jpgraph_summary clickable
Description

Please replace line # 45 (in Version 1.0.5).

The old line:

printf("<img src=\"%s.php?width=%d\" border=\"0\" />", $t_graphs[$t_pos], $t_graphs[$t_pos], $t_graph_width );

The new line:

printf("<a href=\"%s.php?width=".($t_graph_width*2)."\"><img src=\"%s.php?width=%d\" border=\"0\" /></a>", $t_graphs[$t_pos], $t_graphs[$t_pos], $t_graph_width );

This provides a link to an enlarged version of the thumbnail, ideal e.g. for printing

TagsNo tags attached.

Activities

Ellerbrok

Ellerbrok

2007-01-23 03:27

reporter   ~0013949

Very usefull, indeed!

atrol

atrol

2017-04-25 16:49

developer   ~0056709

We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported.

JpGraph is no longer used in latest versions of MantisBT and has been replaced by chart.js to generate graphs on client side.