* change the default width.

This commit is contained in:
wangchunsheng
2009-12-17 06:37:34 +00:00
parent 7bef63e4d8
commit a750c37454

View File

@@ -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";