Index: temp/trunk/html/admin/total/class/SC_GraphLine.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5332)
+++ temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5333)
@@ -56,5 +56,5 @@
 		if($this->XTitle != "") {
 			$text_width = $this->getTextWidth($this->XTitle, FONT_SIZE);
-			$x_pos = $this->left + $this->area_width - ($text_width / 2)  + LINE_YTITLE_PAD;
+			$x_pos = $this->left + $this->area_width - ($text_width / 2) + 30;
 			$y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD;
 			$this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle);
