Changeset 5402 for temp/trunk/html/admin/total
- Timestamp:
- 2006/09/22 11:36:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/class/SC_GraphBar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBar.php
r1328 r5402 70 70 $text_width = $this->getTextWidth(number_format($arrData[$i]), FONT_SIZE); 71 71 $y_pos = $y - FONT_SIZE - 5; 72 $x_pos = $x - $text_width / 2;72 $x_pos = $x - $text_width; 73 73 $this->setText(FONT_SIZE, $x_pos, $y_pos, number_format($arrData[$i])); 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.
