Index: branches/dev/html/admin/total/class/SC_GraphBase.php
===================================================================
--- branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 173)
+++ branches/dev/html/admin/total/class/SC_GraphBase.php	(revision 174)
@@ -74,6 +74,6 @@
 	// ¥ê¥µ¥ó¥×¥ë
 	function resampled() {
-		$new_width = intval($this->bgw / 2);
-		$new_height = intval($this->bgh / 2);		
+		$new_width = $this->bgw;// / 2;
+		$new_height = $this->bgh;// / 2;		
 		$tmp_image = imagecreatetruecolor($new_width, $new_height);
 		if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $this->bgw, $this->bgh, $new_width, $new_height)) {
