Packed graphs a little tighter
authorDan
Sat, 11 Oct 2008 23:07:01 +0000
changeset 12 7f043e712c35
parent 11 b3fec7467c05
child 13 f073c94a1477
Packed graphs a little tighter
htdocs/24hours.php
--- 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);