Changeset 5315 for temp/trunk/html/admin/total
- Timestamp:
- 2006/09/21 18:29:17 (20 years ago)
- Location:
- temp/trunk/html/admin/total
- Files:
-
- 2 edited
-
class/SC_GraphLine.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphLine.php
r1328 r5315 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);59 $y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD;58 //$x_pos = $this->left + $this->area_width - ($text_width / 2); 59 //$y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD; 60 60 $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle); 61 61 } -
temp/trunk/html/admin/total/index.php
r5314 r5315 367 367 // ¥é¥Ù¥ë²óž(ÆüËܸìÉÔ²Ä) 368 368 if($keyname == "key_day"){ 369 $objGraphLine->setXLabelAngle( -45);369 $objGraphLine->setXLabelAngle(45); 370 370 } 371 371
Note: See TracChangeset
for help on using the changeset viewer.
