Ignore:
Timestamp:
2007/02/14 12:50:06 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/test/naka/graph.php

    r5 r248  
    2323        // ¥Ç¡¼¥¿¤ò¥»¥Ã¥È¤¹¤ë 
    2424        $objGraphPie->setData($arrList); 
    25                 // ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë 
     25        // ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë 
    2626        $objGraphPie->setLegend(array_keys($arrList)); 
    2727         
    2828        // ±ß¥°¥é¥ÕÉÁ²è 
    29         $objGraphPie->drawGraph(); 
    30         /* 
     29        //$objGraphPie->drawGraph(); 
     30         
    3131        $x = $objGraphPie->cx; 
    3232        $y = $objGraphPie->cy; 
     
    7272        } 
    7373         
    74         // ÄìÌ̤ÎÉÁ²è 
    75         imagearc($objGraphPie->image, $x, $y + $z, $w, $h, 0, 180 , $objGraphPie->flame_color); 
     74 
    7675         
    7776        // ¾åÌ̤ÎÉÁ²è 
     
    8887            $start = $end; 
    8988        } 
    90          
     89        /* 
     90        // ÄìÌ̤ÎÉÁ²è 
     91        imagearc($objGraphPie->image, $x, $y + $z, $w, $h, 0, 180 , $objGraphPie->flame_color); 
    9192         
    9293        // ¾åÌ̤αï¼è¤ê 
     
    122123            $start = $end;   
    123124        } 
    124                  
     125         
    125126        // ¥é¥Ù¥ë¤ÎÉÁ²è 
    126         //$objGraphPie->drawLabel($arrRad); 
     127        $objGraphPie->drawLabel($arrRad); 
    127128        // ËÞÎã¤ÎÉÁ²è 
    128         //$objGraphPie->drawLegend(count($objGraphPie->arrData)); 
     129        $objGraphPie->drawLegend(count($objGraphPie->arrData)); 
    129130        */ 
    130  
     131         
     132        $objGraphPie->resampled(); 
    131133         
    132134        $objGraphPie->outputGraph(); 
Note: See TracChangeset for help on using the changeset viewer.