From ee04589b61a4cdc6547a89f7f2efc4ffa0fa62a3 Mon Sep 17 00:00:00 2001 From: Kevin XU <kevin-xu@hotmail.fr> Date: Mon, 26 Nov 2018 22:01:03 +0100 Subject: [PATCH] modif nom --- graphs/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs/test.php b/graphs/test.php index 0cbc06f..78e9469 100644 --- a/graphs/test.php +++ b/graphs/test.php @@ -26,7 +26,7 @@ require_once('../API_Twitter/tweetInfosFunctions.php'); "chart" => array( "caption" => "Evolution of likes : Last ".$count." tweets", //"subCaption" => "In MMbbl = One Million barrels", - "xAxisName" => "Tweet", + "xAxisName" => "Tweet (from most recent to oldest)", "yAxisName" => "Likes", "lineThickness" => "2", "theme" => "fusion" -- GitLab