$graph = new PHPGraphLib(1200,300);
$graph->setXValues(true);
$graph->setYValues(true);
+ $graph->setMinMaxY(10); // Set minimum top value to Y axis
$graph->setXValuesInterval($interval);
$graph->setXValuesHorizontal(false);
$graph->setLineColor("blue", "red", "green");
</table>
{/if}
-<!-- Server Bandwidth Stats One Day Graph -->
+<!-- Server Bandwidth Stats -->
<div id="serverStats" class="graph-dialog glm-dialog-box" title="Server Bandwidth">
<div id="StatsPrintArea" class="PrintArea" style="padding: 10px;">
<center><h3>{$glmSiteTitle}</h3></center>