diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php index 8bfef4711d6..557798e2524 100644 --- a/htdocs/product/stats/fiche.php +++ b/htdocs/product/stats/fiche.php @@ -169,14 +169,13 @@ if ($_GET["id"] || $_GET["ref"]) $px->SetShading(5); //print 'x '.$key.' '.$graphfiles[$key]['file']; + // Pour orders, on force la lib graphique sur artichow + // \todo A supprimer car on peut switcher entre artichow et phplot par la + // constante MAIN_GRAPH_LIBRARY qui peut valoir ('artichow' ou 'phplot') if ($key == 'orders') { $px->library = 'artichow'; } - else - { - $px->library = 'phplot'; - } $px->draw($dir."/".$graphfiles[$key]['file']); }