Changeset 5333 for temp/trunk/html
- Timestamp:
- 2006/09/21 18:35:02 (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
r5332 r5333 56 56 if($this->XTitle != "") { 57 57 $text_width = $this->getTextWidth($this->XTitle, FONT_SIZE); 58 $x_pos = $this->left + $this->area_width - ($text_width / 2) + LINE_YTITLE_PAD;58 $x_pos = $this->left + $this->area_width - ($text_width / 2) + 30; 59 59 $y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD; 60 60 $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle);
Note: See TracChangeset
for help on using the changeset viewer.
