Index: temp/trunk/html/admin/total/class/SC_GraphBar.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphBar.php	(revision 5403)
+++ temp/trunk/html/admin/total/class/SC_GraphBar.php	(revision 5404)
@@ -70,5 +70,5 @@
 			$text_width = $this->getTextWidth(number_format($arrData[$i]), FONT_SIZE);
 			$y_pos = $y - FONT_SIZE - 5;
-			$x_pos = $x ;//- $text_width / 2;
+			$x_pos = 0;//$x - $text_width / 2;
 			$this->setText(FONT_SIZE, $x_pos, $y_pos, number_format($arrData[$i]));
 		}
