Index: branches/dev/html/admin/total/class/SC_GraphBase.php
===================================================================
--- branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 164)
+++ branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 166)
@@ -74,5 +74,5 @@
 	// ¥ê¥µ¥ó¥×¥ë
 	function resampled() {
-		if(imagecopyresampled($tmp_image, $this->image, 0, 0, $this->bgw, $this->bgh, $this->bgw/2, $this-bgh/2)) {
+		if(imagecopyresampled($tmp_image, $this->image, 0, 0, $this->bgw, $this->bgh, $this->bgw, $this-bgh)) {
 			$this->image = $tmp_image;
 		}
