north 8 yıl önce
ebeveyn
işleme
253fec48f5

+ 1 - 1
www/protected/controllers/ROrderController.php

@@ -1441,7 +1441,7 @@ class ROrderController extends AdminController{
         $title = new PHPExcel_Chart_Title("同比数据分析");
         $ytitle = new PHPExcel_Chart_Title("订单数");
         $chart = new PHPExcel_Chart('line_chart',$title,$legend,$areas,true,false,null,$ytitle);
-        $chart->setTopLeftPosition("A1")->setBottomRightPosition("P80"); //图表位置
+        $chart->setTopLeftPosition("A1")->setBottomRightPosition("AD30"); //图表位置
 
         $objSheet->addChart($chart);