Changeset 2871 for temp


Ignore:
Timestamp:
2006/08/30 13:54:06 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html
Files:
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphBase.php

    r1328 r2871  
    137137        $left = ($this->bgw - $text_width) / 2; 
    138138        $top = TITLE_TOP; 
    139         $this->setText($font_size, $left, $top, $text, $this->title_color);      
     139        $this->setText(30, $left, $top, $text, $this->title_color);      
    140140    } 
    141141     
  • temp/trunk/html/admin/total/class/config.php

    r2868 r2871  
    8484$ARR_BG_COLOR = array(255,255,255);  
    8585// ¥¿¥¤¥È¥ëʸ»ú¿§ 
    86 $ARR_TITLE_COLOR = array(0, 0, 0); 
     86$ARR_TITLE_COLOR = array(50, 50, 50); 
    8787// ¥°¥ê¥Ã¥ÉÀþ¿§ 
    8888$ARR_GRID_COLOR = array(200, 200, 200); 
  • temp/trunk/html/test/naka/class/config.php

    r2868 r2871  
    77define("FONT_PATH", "/home/web/os-test.lockon.co.jp/data/fonts/ipag.ttf"); 
    88define("FONT_SIZE", 8);         // ¥Õ¥©¥ó¥È¥µ¥¤¥º 
    9 define("TITLE_FONT_SIZE", 12);  // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º 
     9define("TITLE_FONT_SIZE", 14);  // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º 
    1010define("BG_WIDTH", 720);        // ÇØ·ÊÉý 
    1111define("BG_HEIGHT", 400);       // ÇØ·Ê¹â¤µ 
Note: See TracChangeset for help on using the changeset viewer.