Changeset 5323 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r5322 r5323  
    112112                $x_pos = $x - ($text_width / 2); 
    113113                 
    114                     $this->x_margin = - $text_width / 4; 
    115                     $this->y_margin = $text_width / 2 + 5; 
    116                  
    117114                $this->setText(FONT_SIZE, $x_pos + $this->x_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
    118115            } 
Note: See TracChangeset for help on using the changeset viewer.