Changed opacity of heater and cooler lines

Mon, 16 Jul 2018 11:41:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Jul 2018 11:41:46 +0200
changeset 539
300b5c4cd977
parent 538
6d139c21e22c
child 540
5a26429abbf8

Changed opacity of heater and cooler lines

www-thermferm/archives.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/archives.php	Sun Jul 15 14:39:07 2018 +0200
+++ b/www-thermferm/archives.php	Mon Jul 16 11:41:46 2018 +0200
@@ -175,8 +175,8 @@
     $outstr .= '               description: "Heat/Cool %"'.PHP_EOL;
     $outstr .= '             },'.PHP_EOL;
     $outstr .= '             series: ['.PHP_EOL;
-    $outstr .= '               { dataField: "CoolUse", lineWidth: 1, displayText: "Cool %", opacity: 0.2 },'.PHP_EOL;
-    $outstr .= '               { dataField: "HeatUse", lineWidth: 1, displayText: "Heat %", opacity: 0.2 }'.PHP_EOL;
+    $outstr .= '               { dataField: "CoolUse", lineWidth: 1, displayText: "Cool %", opacity: 0.3 },'.PHP_EOL;
+    $outstr .= '               { dataField: "HeatUse", lineWidth: 1, displayText: "Heat %", opacity: 0.3 }'.PHP_EOL;
     $outstr .= '             ]'.PHP_EOL;
     $outstr .= '            },'.PHP_EOL;
     $outstr .= '            {'.PHP_EOL;

mercurial