Changeset 5324 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r5323 r5324  
    110110            if(($i % $interval) == 0) { 
    111111                $text_width = $this->getTextWidth($this->arrXLabel[$i], FONT_SIZE); 
    112                 $x_pos = $x - ($text_width / 2); 
     112                $x_pos = $x - ($text_width); 
    113113                 
    114114                $this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
Note: See TracChangeset for help on using the changeset viewer.