Changeset 5334 for temp/trunk/html


Ignore:
Timestamp:
2006/09/21 18:35:41 (20 years ago)
Author:
kakinaka
Message:

blank

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

Legend:

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

    r5333 r5334  
    5757            $text_width = $this->getTextWidth($this->XTitle, FONT_SIZE); 
    5858            $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; 
    6060            $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle); 
    6161        } 
  • temp/trunk/html/admin/total/class/config.php

    r5313 r5334  
    3636define("LINE_SCALE_SIZE", 6);       // ÌÜÀ¹¤êÉý 
    3737define("LINE_XLABEL_MAX", 30);      // X¼´¤Î¥é¥Ù¥ë¤Îɽ¼¨À©¸Â¿ô 
    38 define("LINE_XTITLE_PAD", 25);      // X¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö 
     38define("LINE_XTITLE_PAD", -5);      // X¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö 
    3939define("LINE_YTITLE_PAD", 15);      // Y¼´¤Î¥¿¥¤¥È¥ë¤È¼´¤Î´Ö³Ö 
    4040 
Note: See TracChangeset for help on using the changeset viewer.