north 8 years ago
parent
commit
3d8eef1958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/controllers/ROrderController.php

+ 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("AG30"); //图表位置
+        $chart->setTopLeftPosition("A1")->setBottomRightPosition("AI30"); //图表位置
 
         $objSheet->addChart($chart);