# HG changeset patch # User Michiel Broek # Date 1531734106 -7200 # Node ID 300b5c4cd9771f130d436f3df9073ea4b916be49 # Parent 6d139c21e22c49e9427feaf8dbea44e7b5026dbf Changed opacity of heater and cooler lines diff -r 6d139c21e22c -r 300b5c4cd977 www-thermferm/archives.php --- 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;