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