Index: temp/trunk/html/admin/total/class/SC_GraphLine.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5328)
+++ temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5329)
@@ -57,5 +57,5 @@
 			$text_width = $this->getTextWidth($this->XTitle, FONT_SIZE);
 			$x_pos = $this->left + $this->area_width - ($text_width / 2);
-			$y_pos = $this->top + $this->area_height ;// + LINE_XTITLE_PAD;
+			$y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD + LINE_YTITLE_PAD;
 			$this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle);
 		}
