From c1512af9892981d58a3385a4c319a3081b704d40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 22 Apr 2011 10:20:31 +0200 Subject: [PATCH] Displays legend where there are no boxes en statistic page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/stats.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stats.php b/modules/stats.php index 850c745..a7cc80a 100644 --- a/modules/stats.php +++ b/modules/stats.php @@ -157,6 +157,7 @@ set xr [$first:$last] set yr [0:100] set title "Proportion de $cycle inscrits par promotion, en %." +set key left top plot "-" using 1:2 title 'inscrits' with boxes; {$registered} -- 2.1.4