|
From: Benjamin C. <bc...@us...> - 2002-01-23 14:41:15
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv5604 Modified Files: index.php Log Message: Fatten the plot a little Index: index.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- index.php 2001/12/05 13:48:10 1.14 +++ index.php 2002/01/23 14:41:10 1.15 @@ -67,7 +67,7 @@ } // Create the Pie Graph. - $graph = new PieGraph(300,200,"bug_cat_summary"); + $graph = new PieGraph(350,200,"bug_cat_summary"); $graph->SetShadow(); // Set A title for the plot |