Ignore:
Timestamp:
2006/12/20 19:54:55 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r11006 r11007  
    2323        // ¥Ç¡¼¥¿¤ò¥»¥Ã¥È¤¹¤ë 
    2424        $objGraphPie->setData($arrList); 
    25                  
     25                // ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë 
     26        $objGraphPie->setLegend(array_keys($arrList)); 
     27         
    2628        // ±ß¥°¥é¥ÕÉÁ²è 
    2729        //$objGraphPie->drawGraph(); 
     
    126128        $objGraphPie->drawLegend(count($objGraphPie->arrData)); 
    127129         
    128         // ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë 
    129         $objGraphPie->setLegend(array_keys($arrList)); 
     130 
    130131         
    131132        $objGraphPie->outputGraph(); 
Note: See TracChangeset for help on using the changeset viewer.