changeset 12 | 7f043e712c35 |
parent 8 | 0acb8d9a3194 |
child 20 | e2f6e3af9959 |
--- a/htdocs/24hours.php Sun Aug 31 10:13:20 2008 +0000 +++ b/htdocs/24hours.php Sat Oct 11 23:07:01 2008 +0000 @@ -50,7 +50,8 @@ $g->SetGraphPadding(20, 30, 20, 15); $g->SetGraphAreaHeight(200); -$g->SetBarPadding(10); +$g->SetBarDimensions(26, 0); +$g->SetBarPadding(7); $g->SetBarData($graphdata); $g->SetGraphBackgroundTransparent(240, 250, 255, 0); $g->SetGraphTransparency(25);