Changeset 5324 for temp/trunk/html
- Timestamp:
- 2006/09/21 18:32:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/class/SC_GraphLine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphLine.php
r5323 r5324 110 110 if(($i % $interval) == 0) { 111 111 $text_width = $this->getTextWidth($this->arrXLabel[$i], FONT_SIZE); 112 $x_pos = $x - ($text_width / 2);112 $x_pos = $x - ($text_width); 113 113 114 114 $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.
