Changeset 2878 for temp/trunk


Ignore:
Timestamp:
2006/08/30 14:01:14 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html/admin/total
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/config.php

    r2875 r2878  
    8484$ARR_BG_COLOR = array(255,255,255);  
    8585// ¥¿¥¤¥È¥ëʸ»ú¿§ 
    86 $ARR_TITLE_COLOR = array(50, 50, 50); 
     86$ARR_TITLE_COLOR = array(100, 100, 100); 
    8787// ¥°¥ê¥Ã¥ÉÀþ¿§ 
    8888$ARR_GRID_COLOR = array(200, 200, 200); 
  • temp/trunk/html/admin/total/index.php

    r2866 r2878  
    373373            $objGraphLine->setXTitle($xtitle); 
    374374            $objGraphLine->setYTitle($ytitle); 
    375             $objGraphLine->drawTitle("¥Æ¥¹¥È¤Ç¤´¤¶¤ë¡£"); 
     375             
     376            // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 
     377            $arrKey = array_keys($arrList); 
     378            $objGraphLine->drawTitle($arrKey[0] . "¢·" . $arrKey[count($arrKey) - 1]); 
    376379             
    377380            // ¥°¥é¥ÕÉÁ²è 
Note: See TracChangeset for help on using the changeset viewer.