Ajout test taille des donnes
This commit is contained in:
parent
5adc796b9c
commit
b36c863bcb
@ -89,7 +89,11 @@ class GraphLine extends DolibarrGraph {
|
|||||||
// Display the graph
|
// Display the graph
|
||||||
|
|
||||||
$graph->img->SetImgFormat("png");
|
$graph->img->SetImgFormat("png");
|
||||||
$graph->Stroke($file);
|
|
||||||
|
if (sizeof($datas) > 0)
|
||||||
|
{
|
||||||
|
$graph->Stroke($file);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user