Changeset 5405 for temp/trunk/html


Ignore:
Timestamp:
2006/09/22 11:39:38 (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_GraphBar.php

    r5404 r5405  
    7070            $text_width = $this->getTextWidth(number_format($arrData[$i]), FONT_SIZE); 
    7171            $y_pos = $y - FONT_SIZE - 5; 
    72             $x_pos = 0;//$x - $text_width / 2; 
     72            $x_pos = $x - $text_width / 2; 
    7373            $this->setText(FONT_SIZE, $x_pos, $y_pos, number_format($arrData[$i])); 
    7474        } 
  • 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.