\r
$graph->SetData( $days_stored_bytes, 'bars', 'text-data' );\r
$graph->SetGraphSize( 400, 230 );\r
+ $graph->SetYTitle( "GB" );
\r
$graph->Render();\r
$dbSql->tpl->assign('graph_stored_bytes', $graph->Get_Image_file() );
\r
$graph->SetData( $days_stored_files, 'bars', 'text-data' );\r
$graph->SetGraphSize( 400, 230 );\r
+ $graph->SetYTitle( "Files" );
\r
$graph->Render();\r
$dbSql->tpl->assign('graph_stored_files', $graph->Get_Image_file() );
$graph->SetData( $days_stored_bytes, 'bars', 'text-data' );
$graph->SetGraphSize( 400, 230 );
+$graph->SetYTitle( "GB" );
$graph->Render();
$dbSql->tpl->assign('graph_stored_bytes', $graph->Get_Image_file() );