Changeset 5334 for temp/trunk/html/admin
- Timestamp:
- 2006/09/21 18:35:41 (20 years ago)
- Location:
- temp/trunk/html/admin/total/class
- Files:
-
- 2 edited
-
SC_GraphLine.php (modified) (1 diff)
-
config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphLine.php
r5333 r5334 57 57 $text_width = $this->getTextWidth($this->XTitle, FONT_SIZE); 58 58 $x_pos = $this->left + $this->area_width - ($text_width / 2) + 30; 59 $y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD;59 $y_pos = $this->top + $this->area_height; 60 60 $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle); 61 61 } -
temp/trunk/html/admin/total/class/config.php
r5313 r5334 36 36 define("LINE_SCALE_SIZE", 6); // ÌÜÀ¹¤êÉý 37 37 define("LINE_XLABEL_MAX", 30); // X¼´¤Î¥é¥Ù¥ë¤Îɽ¼¨À©¸Â¿ô 38 define("LINE_XTITLE_PAD", 25); // X¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö38 define("LINE_XTITLE_PAD", -5); // X¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö 39 39 define("LINE_YTITLE_PAD", 15); // Y¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö 40 40
Note: See TracChangeset
for help on using the changeset viewer.
