Changeset 2878 for temp/trunk
- Timestamp:
- 2006/08/30 14:01:14 (20 years ago)
- Location:
- temp/trunk/html/admin/total
- Files:
-
- 2 edited
-
class/config.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/config.php
r2875 r2878 84 84 $ARR_BG_COLOR = array(255,255,255); 85 85 // ¥¿¥¤¥È¥ëʸ»ú¿§ 86 $ARR_TITLE_COLOR = array( 50, 50, 50);86 $ARR_TITLE_COLOR = array(100, 100, 100); 87 87 // ¥°¥ê¥Ã¥ÉÀþ¿§ 88 88 $ARR_GRID_COLOR = array(200, 200, 200); -
temp/trunk/html/admin/total/index.php
r2866 r2878 373 373 $objGraphLine->setXTitle($xtitle); 374 374 $objGraphLine->setYTitle($ytitle); 375 $objGraphLine->drawTitle("¥Æ¥¹¥È¤Ç¤´¤¶¤ë¡£"); 375 376 // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 377 $arrKey = array_keys($arrList); 378 $objGraphLine->drawTitle($arrKey[0] . "¢·" . $arrKey[count($arrKey) - 1]); 376 379 377 380 // ¥°¥é¥ÕÉÁ²è
Note: See TracChangeset
for help on using the changeset viewer.
