- Timestamp:
- 2006/09/22 11:37:30 (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
r5403 r5404 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 = 0;//$x - $text_width / 2; 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.
