From 57e1fe6cde1c1fffd08da817db34c978ddf366ea Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 20 Mar 2020 14:48:34 +0100 Subject: [PATCH] Test Graphe --- site/graphe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/graphe.php b/site/graphe.php index f130e6b..0df7a09 100644 --- a/site/graphe.php +++ b/site/graphe.php @@ -6,7 +6,7 @@ require_once('accesBase.php'); $history = getHistory($_REQUEST['nom'], '', '', $_REQUEST['start'], $_REQUEST['end'], $_REQUEST['nombre']); $y = makeArray($history, "value"); $x = makeArray($history, "date"); -str_replace(" ", "\n", $datax); +//str_replace(" ", "\n", $datax); for(int i=0; i