Index: temp/trunk/html/admin/total/class/SC_GraphBar.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphBar.php	(revision 5404)
+++ temp/trunk/html/admin/total/class/SC_GraphBar.php	(revision 5405)
@@ -70,5 +70,5 @@
 			$text_width = $this->getTextWidth(number_format($arrData[$i]), FONT_SIZE);
 			$y_pos = $y - FONT_SIZE - 5;
-			$x_pos = 0;//$x - $text_width / 2;
+			$x_pos = $x - $text_width / 2;
 			$this->setText(FONT_SIZE, $x_pos, $y_pos, number_format($arrData[$i]));
 		}
Index: temp/trunk/html/admin/total/class/SC_GraphLine.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5335)
+++ temp/trunk/html/admin/total/class/SC_GraphLine.php	(revision 5405)
@@ -112,5 +112,5 @@
 				$x_pos = $x;
 				
-				$this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle);
+				$this->setText(FONT_SIZE, $x_pos + $this->x_margin-50, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle);
 			}
 		}
