summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-12 22:01:13 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-12 22:01:13 -0500
commite3987a410b7cf4e9670aabe0dc6bae562d885d9e (patch)
tree359880683cf2bc6b14843b61e1fbdbb04f0c363f /pts-core/objects/pts_Graph
parentbc98974134c910291f721737fb2e4c0e1d2d3194 (diff)
downloadphoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.tar.gz
phoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.tar.xz
phoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.zip
pts-core: Few fixes for some regressions from today's work plus other
cleaning
Diffstat (limited to 'pts-core/objects/pts_Graph')
-rw-r--r--pts-core/objects/pts_Graph/pts_BarGraph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_Graph/pts_BarGraph.php b/pts-core/objects/pts_Graph/pts_BarGraph.php
index 85d3380..9cf8364 100644
--- a/pts-core/objects/pts_Graph/pts_BarGraph.php
+++ b/pts-core/objects/pts_Graph/pts_BarGraph.php
@@ -74,7 +74,7 @@ class pts_BarGraph extends pts_CustomGraph
}
else
{
- $this->graph_image->write_text_center($this->graph_identifiers[$i], $this->graph_font, $this->graph_font_size_identifiers, $this->graph_color_headers, $px_bound_left, $px_from_top_end - 5, $px_bound_right, $px_from_top_end - 5, false, true);
+ $this->graph_image->write_text_center($this->graph_identifiers[$i], $this->graph_font, $this->graph_font_size_identifiers, $this->graph_color_headers, $px_bound_left, $px_from_top_end - 3, $px_bound_right, $px_from_top_end - 3, false, true);
}
}
}