Index: /temp/branches/ec-cube-beta/html/test/naka/graph.php
===================================================================
--- /temp/branches/ec-cube-beta/html/test/naka/graph.php	(revision 10994)
+++ /temp/branches/ec-cube-beta/html/test/naka/graph.php	(revision 10995)
@@ -23,21 +23,9 @@
 		// ¥Ç¡¼¥¿¤ò¥»¥Ã¥È¤¹¤ë
 		$objGraphPie->setData($arrList);
-		// ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë
-		$objGraphPie->setLegend(array_keys($arrList));
-								
-		// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
-		list($sy, $sm, $sd) = split("[/ ]" , $sdate);
-		list($ey, $em, $ed) = split("[/ ]" , $edate);
-		$start_date = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
-		$end_date = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
-		$objGraphPie->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
 				
 		// ±ß¥°¥é¥ÕÉÁ²è
 		$objGraphPie->drawGraph();
 		
-		// ¥°¥é¥Õ¤Î½ÐÎÏ
-		if(DRAW_IMAGE){
-			$objGraphPie->outputGraph();
-			exit();
-		}
+		$objGraphPie->outputGraph();
+		exit();
 ?>
