From a750c37454afb59257d3bd087ddcf1360040bf63 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 17 Dec 2009 06:37:34 +0000 Subject: [PATCH] * change the default width. --- trunk/module/report/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/module/report/model.php b/trunk/module/report/model.php index e98b103a9c..9dd943c5db 100644 --- a/trunk/module/report/model.php +++ b/trunk/module/report/model.php @@ -26,7 +26,7 @@ class reportModel extends model { /* 输出chart swf代码。*/ - public function createChart($swf, $dataURL, $width = 600, $height = 500) + public function createChart($swf, $dataURL, $width = 800, $height = 500) { $chartRoot = $this->app->getWebRoot() . 'fusioncharts/'; $swfFile = "fcf_$swf.swf";