Ignore:
Timestamp:
2006/09/22 11:39:38 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5335 r5405  
    112112                $x_pos = $x; 
    113113                 
    114                 $this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
     114                $this->setText(FONT_SIZE, $x_pos + $this->x_margin-50, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
    115115            } 
    116116        } 
Note: See TracChangeset for help on using the changeset viewer.