This commit is contained in:
Rudolf Hangl
2009-08-06 15:56:30 +00:00
parent 8ea2fd2ab6
commit 2db0d18896
@@ -186,6 +186,6 @@ if(trim($typ)=="b")
reset($keys);
ksort($data, SORT_NUMERIC);
$graph->data[$status] = new ezcGraphArrayDataSet( $data );
}
}
$graph->renderToOutput( 500, 500);
?>