Changed graph spline type into line type.

Sat, 15 Aug 2015 11:27:54 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 15 Aug 2015 11:27:54 +0200
changeset 387
03635517595c
parent 386
a6322c956773
child 388
05a55609cd9a

Changed graph spline type into line type.

www-thermferm/liveview.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/liveview.php	Fri Aug 07 11:29:23 2015 +0200
+++ b/www-thermferm/liveview.php	Sat Aug 15 11:27:54 2015 +0200
@@ -172,7 +172,7 @@
 	$outstr .= '             ]'.PHP_EOL;
 	$outstr .= '            },'.PHP_EOL;
 	$outstr .= '            {'.PHP_EOL;
-	$outstr .= '             type: \'spline\','.PHP_EOL;
+	$outstr .= '             type: "line",'.PHP_EOL;
 	$outstr .= '             valueAxis:'.PHP_EOL;
 	$outstr .= '             {'.PHP_EOL;
 	$outstr .= '               minValue: 0,'.PHP_EOL;

mercurial