Changeset 5406 for temp/trunk/html
- Timestamp:
- 2006/09/22 11:40:28 (20 years ago)
- Location:
- temp/trunk/html/admin/total/class
- Files:
-
- 2 edited
-
SC_GraphBar.php (modified) (1 diff)
-
SC_GraphLine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBar.php
r5405 r5406 3 3 require_once($SC_GRAPHBAR_DIR . "/SC_GraphLine.php"); 4 4 5 // ÀÞ¤ìÀþ¥°¥é¥ÕÀ¸À®¥¯¥é¥¹5 // ËÀ¥°¥é¥ÕÀ¸À®¥¯¥é¥¹ 6 6 class SC_GraphBar extends SC_GraphLine{ 7 7 // ¥³¥ó¥¹¥È¥é¥¯¥¿ -
temp/trunk/html/admin/total/class/SC_GraphLine.php
r5405 r5406 112 112 $x_pos = $x; 113 113 114 $this->setText(FONT_SIZE, $x_pos + $this->x_margin-50, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 114 if ($bar) $bar_margin = -10; 115 116 $this->setText(FONT_SIZE, $x_pos + $this->x_margin + $bar_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 115 117 } 116 118 }
Note: See TracChangeset
for help on using the changeset viewer.
