Index: branches/version-2_12-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php	(revision 21442)
+++ branches/version-2_12-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php	(revision 21443)
@@ -297,5 +297,5 @@
 
     /* 折れ線グラフの作成 */
-    function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle, $sdate, $edate) {
+    function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle, $sdate, $edate, $xincline) {
 
         $ret_path = "";
@@ -324,5 +324,5 @@
 
             // ラベル回転(日本語不可)
-            if ($keyname == "key_day") {
+            if ($xincline == true) {
                 $objGraphLine->setXLabelAngle(45);
             }
@@ -677,5 +677,5 @@
             $ytitle = "(売上合計)";
             $format = '%Y-%m-%d';
-
+            $xincline = true;
             break;
         }
@@ -692,5 +692,5 @@
         $arrTotalResults = $this->lfAddBlankLine($arrTotalResults, $type, $sdate, $edate);
         // todo GDない場合の処理
-        $tpl_image       = $this->lfGetGraphLine($arrTotalResults, 'str_date', "term_" . $type, $xtitle, $ytitle, $sdate, $edate);
+        $tpl_image       = $this->lfGetGraphLine($arrTotalResults, 'str_date', "term_" . $type, $xtitle, $ytitle, $sdate, $edate, $xincline);
         $arrTotalResults = $this->lfAddTotalLine($arrTotalResults);
 
