Changeset 2871 for temp/trunk/html/admin/total/class
- Timestamp:
- 2006/08/30 13:54:06 (20 years ago)
- Location:
- temp/trunk/html/admin/total/class
- Files:
-
- 2 edited
-
SC_GraphBase.php (modified) (1 diff)
-
config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r1328 r2871 137 137 $left = ($this->bgw - $text_width) / 2; 138 138 $top = TITLE_TOP; 139 $this->setText( $font_size, $left, $top, $text, $this->title_color);139 $this->setText(30, $left, $top, $text, $this->title_color); 140 140 } 141 141 -
temp/trunk/html/admin/total/class/config.php
r2868 r2871 84 84 $ARR_BG_COLOR = array(255,255,255); 85 85 // ¥¿¥¤¥È¥ëʸ»ú¿§ 86 $ARR_TITLE_COLOR = array( 0, 0,0);86 $ARR_TITLE_COLOR = array(50, 50, 50); 87 87 // ¥°¥ê¥Ã¥ÉÀþ¿§ 88 88 $ARR_GRID_COLOR = array(200, 200, 200);
Note: See TracChangeset
for help on using the changeset viewer.
