From: Jean-Philippe Orsini Date: Sat, 23 Jul 2011 00:19:42 +0000 (+0000) Subject: title of the graph is the string representation of the type of sensor X-Git-Tag: v0.8.0.5~688 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=389086e32bde2a7bf8b48ed6a10e96daad096961 title of the graph is the string representation of the type of sensor --- 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,