north 8 năm trước cách đây
mục cha
commit
3d8eef1958
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);