From 26dd1d1cc94d9f98515273f35af4306a7b7038a6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 9 Nov 2005 16:46:18 +0000 Subject: [PATCH] Ajout graph --- htdocs/telephonie/script/graph-statistiques-week.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/telephonie/script/graph-statistiques-week.php b/htdocs/telephonie/script/graph-statistiques-week.php index c153cc7f4e6..3255ddfcbd9 100644 --- a/htdocs/telephonie/script/graph-statistiques-week.php +++ b/htdocs/telephonie/script/graph-statistiques-week.php @@ -68,6 +68,11 @@ if ($verbose) print "Graph : Lignes actives$file\n"; $graph = new GraphLignesActives($db, $file); $graph->GraphMakeGraph(); +$file = $img_root . "lignes/lignes.commandees.png"; +if ($verbose) print "Graph : Lignes actives$file\n"; +$graph = new GraphLignesCommandees($db, $file); +$graph->GraphMakeGraph(); + require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/lignes/statut.class.php"); $file = $img_root . "lignes/lignes.statut.png";