[Rt-commit] rt branch, 4.2/charts, updated. rt-4.1.8-482-gfb5caf4
Thomas Sibley
trs at bestpractical.com
Wed Jun 12 15:44:25 EDT 2013
The branch, 4.2/charts has been updated
via fb5caf40fd61f9fd373408e2f33ca5701e77a78a (commit)
from 5d02d7c26a7e20b971ee90d88033d20af6461c16 (commit)
Summary of changes:
share/html/Search/Chart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fb5caf40fd61f9fd373408e2f33ca5701e77a78a
Author: Christian Loos <cloos at netcologne.de>
Date: Fri Oct 19 16:35:51 2012 +0200
enlarge the space between bar and value
diff --git a/share/html/Search/Chart b/share/html/Search/Chart
index 302ea48..188d7ec 100644
--- a/share/html/Search/Chart
+++ b/share/html/Search/Chart
@@ -303,7 +303,7 @@ if ($chart_class eq "GD::Graph::bars") {
y_label => $report->Label( $columns{'Functions'}[0] ),
y_label_position => 0.6,
show_values => 1,
- values_space => -1,
+ values_space => 2,
# use a top margin enough to display values over the top line if needed
t_margin => 18,
# the following line to make sure there's enough space for values to show
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list