mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Ajout test taille des donnes
This commit is contained in:
@@ -89,7 +89,11 @@ class GraphLine extends DolibarrGraph {
|
||||
// Display the graph
|
||||
|
||||
$graph->img->SetImgFormat("png");
|
||||
$graph->Stroke($file);
|
||||
|
||||
if (sizeof($datas) > 0)
|
||||
{
|
||||
$graph->Stroke($file);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user