Ignore:
Timestamp:
2006/12/20 20:17:49 (20 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/test/naka/graph.php

    r11015 r11016  
    2727         
    2828        // ±ß¥°¥é¥ÕÉÁ²è 
    29         //$objGraphPie->drawGraph(); 
    30          
     29        $objGraphPie->drawGraph(); 
     30        /* 
    3131        $x = $objGraphPie->cx; 
    3232        $y = $objGraphPie->cy; 
     
    124124                 
    125125        // ¥é¥Ù¥ë¤ÎÉÁ²è 
    126         $objGraphPie->drawLabel($arrRad); 
     126        //$objGraphPie->drawLabel($arrRad); 
    127127        // ËÞÎã¤ÎÉÁ²è 
    128         $objGraphPie->drawLegend(count($objGraphPie->arrData)); 
    129          
     128        //$objGraphPie->drawLegend(count($objGraphPie->arrData)); 
     129        */ 
    130130 
    131131         
Note: See TracChangeset for help on using the changeset viewer.