Index: branches/dev/html/admin/total/class/SC_GraphBase.php
===================================================================
--- branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 17)
+++ branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 164)
@@ -72,4 +72,12 @@
     }
 	
+	// ¥ê¥µ¥ó¥×¥ë
+	function resampled() {
+		if(imagecopyresampled($tmp_image, $this->image, 0, 0, $this->bgw, $this->bgh, $this->bgw/2, $this-bgh/2)) {
+			$this->image = $tmp_image;
+		}
+	}
+	
+	
 	// ¥ª¥Ö¥¸¥§¥¯¥È¥«¥é¡¼¤ÎÀßÄê
 	function setColorList($arrRGB) {
