Commit 8906dd898d95a032e273181263b9f964dc895f6e

Authored by Guillaume
1 parent e7a12237

Test Graphe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/graphe.php
... ... @@ -5,7 +5,7 @@ require_once('accesBase.php');
5 5  
6 6 $history = getHistory($_REQUEST['nom'], '', '', $_REQUEST['start'], $_REQUEST['end'], $_REQUEST['nombre']);
7 7 $datay1 = makeArray($history, "value");
8   -$absc = makeArray($history, "date");
  8 +$absc = makeArray($history, "value");
9 9  
10 10 //$history2 = getHistory('Atmos', '', '', '2020-01-02 00:00:00', '2020-04-05 23:59:59', 4);
11 11 //$datay2 = makeArray($history2, "value");
... ...