Index: /temp/trunk/html/admin/total/class/config.php
===================================================================
--- /temp/trunk/html/admin/total/class/config.php	(revision 2875)
+++ /temp/trunk/html/admin/total/class/config.php	(revision 2878)
@@ -84,5 +84,5 @@
 $ARR_BG_COLOR = array(255,255,255);	
 // ¥¿¥¤¥È¥ëÊ¸»ú¿§
-$ARR_TITLE_COLOR = array(50, 50, 50);
+$ARR_TITLE_COLOR = array(100, 100, 100);
 // ¥°¥ê¥Ã¥ÉÀþ¿§
 $ARR_GRID_COLOR = array(200, 200, 200);
Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2866)
+++ /temp/trunk/html/admin/total/index.php	(revision 2878)
@@ -373,5 +373,8 @@
 			$objGraphLine->setXTitle($xtitle);
 			$objGraphLine->setYTitle($ytitle);
-			$objGraphLine->drawTitle("¥Æ¥¹¥È¤Ç¤´¤¶¤ë¡£");
+			
+			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
+			$arrKey = array_keys($arrList);
+			$objGraphLine->drawTitle($arrKey[0] . "¢·" . $arrKey[count($arrKey) - 1]);
 			
 			// ¥°¥é¥ÕÉÁ²è
