This commit is contained in:
Laurent Destailleur 2020-03-05 03:23:54 +01:00
parent 85c1e2a670
commit 5a22fb11ef

View File

@ -139,7 +139,7 @@ if ($conf->use_javascript_ajax)
$dolgraph->setShowLegend(1);
$dolgraph->setShowPercent(1);
$dolgraph->SetType(array('pie'));
$dolgraph->setWidth('100%');
$dolgraph->setHeight('200');
$dolgraph->draw('idgraphstatus');
print $dolgraph->show($totalnb ? 0 : 1);