Change date format on x axis of the plots from mm/yy to dd/mm yyyy
authorJoão Pedro Athayde Marcondes de André (JP) <jp_git@m4x.org>
Fri, 22 Apr 2011 08:39:49 +0000 (10:39 +0200)
committerJoão Pedro Athayde Marcondes de André (JP) <jp_git@m4x.org>
Fri, 22 Apr 2011 08:41:06 +0000 (10:41 +0200)
modules/stats.php

index a7cc80a..df2212a 100644 (file)
@@ -108,7 +108,7 @@ set size 640/480
 set xdata time
 set timefmt "%d/%m/%y"
 
-set format x "%m/%y"
+set format x "%d/%m\\n%Y"
 set yr [$ymin:$ymax]
 
 set title "Nombre d'inscrits"