Index: /temp/trunk/html/admin/total/class/SC_GraphLine.php
===================================================================
--- /temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5321)
+++ /temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5322)
@@ -112,4 +112,7 @@
 				$x_pos = $x - ($text_width / 2);
 				
+					$this->x_margin = - $text_width / 4;
+					$this->y_margin = $text_width / 2 + 5;
+				
 				$this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle);
 			}
