From 389086e32bde2a7bf8b48ed6a10e96daad096961 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 23 Jul 2011 00:19:42 +0000 Subject: [PATCH] title of the graph is the string representation of the type of sensor --- www/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/details.html b/www/details.html index fbc841a..c4dc88b 100644 --- a/www/details.html +++ b/www/details.html @@ -29,7 +29,7 @@ var plot1 = $.jqplot ('chart1', [data_chart], { - title:'Temperature', + title: type_to_str(data["type"]), axes:{ xaxis:{ renderer:$.jqplot.DateAxisRenderer, -- 2.7.4