diff --git a/www/img-status-all.php b/www/img-status-all.php index ff8e62d..37eddac 100644 --- a/www/img-status-all.php +++ b/www/img-status-all.php @@ -35,7 +35,7 @@ $graph->SetShadow(); // Adjust the margin a bit to make more room for titles -$graph->img->SetMargin(50,30,20,40); +$graph->img->SetMargin(50,30,35,40); // Create a bar pot $bplot = new BarPlot($percent);