Changeset 5404 for temp


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

blank

File:
1 edited

Legend:

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

    r5403 r5404  
    7070            $text_width = $this->getTextWidth(number_format($arrData[$i]), FONT_SIZE); 
    7171            $y_pos = $y - FONT_SIZE - 5; 
    72             $x_pos = $x ;//- $text_width / 2; 
     72            $x_pos = 0;//$x - $text_width / 2; 
    7373            $this->setText(FONT_SIZE, $x_pos, $y_pos, number_format($arrData[$i])); 
    7474        } 
Note: See TracChangeset for help on using the changeset viewer.